Rate optimization Power BI report #839
Answered
by
flanakin
prabha11-sys
asked this question in
Q&A
-
Hello @flanakin, |
Beta Was this translation helpful? Give feedback.
Answered by
flanakin
Jul 22, 2024
Replies: 2 comments 4 replies
-
You have 4 options:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
prabha11-sys
-
Thanks Michael,
I was a bit hesitant to use the cost management connector as I saw the
below warning in the documentation. Is this still valid and will this cause
the numbers to be skewed ?
*The Cost Management connector uses an older API that does not include all
details about savings plans. You will see unused savings plan charges that
will not have identifiable usage for due to this gap. This will skew
numbers, if you have savings plans. Consider using FinOps hubs
<https://microsoft.github.io/finops-toolkit/hubs> to use savings plans.*
…On Tue, 23 Jul 2024 at 07:55, Michael Flanakin ***@***.***> wrote:
You have 4 options:
1. As you know, the Rate optimization report
<https://aka.ms/ftk/pbi/RateOptimization> is designed to work with
FinOps hubs today. This is the only out of the box option today.
2. The Cost Management connector report
<https://microsoft.github.io/finops-toolkit/power-bi/connector> works
with the built-in connector. This has some size limitations, but it has all
the same functionality as the Rate optimization report today.
3. If you can hold out for a few weeks, we are hoping to add raw
exports support, which would mean you could point the reports to a pure
Cost Management export rather than a hub instance. This will be a little
slower to load but will ultimately give you what I think you're asking for.
See #837 <#837>
4. If you can't wait, you can manually update the ftk_Hub function in
any report to support exported CSV files. This will require a bit of
knowledge of Power Query M language but it's totally doable.
—
Reply to this email directly, view it on GitHub
<#839 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANHYOGDMKEJS5P2SNORUOOTZNV5T5AVCNFSM6AAAAABLJCJ4DWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTAMJRHE3DMNY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have 4 options:
ftk_Hub
function in any …