-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commitment Discounts PowerBI report - problem with Cost Management connector MCA #702
Comments
@flanakin Wondering if this issue is related to this comment: #604 (comment) #604 |
@arthurclares Agreed. That's what it sounds like. @MS-mikeo What version of the Power BI report is this? (You can find the version on the first tab.) We fixed this once, so it should be resolved in the latest version. Do you still see this if you download the latest reports? |
@flanakin - Here is the feedback from the customer as of Friday 5/24. "I downloaded the committed discounts powerbi report again. the recommendations are still empty. I also noticed that for reservation I don't get a list or on-demand cost which is needed to calculate the actual savings. It doesn't matter whether I look at the commitments, savings, prices, or chargeback tab. I don't have a way to calculate the actual savings for the RI, only the savings plan. This is what I wanted to see to be able to show managment how much we are saving with the RIs vs the savings plan." |
I am also getting the same errors, and tried to connect to either with MCA or CMC Expression.Error: The column 'normalizedSize' of the table wasn't found. Expression.Error: The column 'recommendedQuantityNormalized' of the table wasn't found. |
I'll add this to the next release so we can try to get it resolved. It should be quick. |
Turns out this was fixed in the Cost Management connector report, but not the Commitment discounts report. I just submitted PR #766 to fix this. Feel free to check out the changes and add any comments, if you're familiar with Power Query M language 🙂 We always love extra reviewers! We'll probably close this quickly, but if anyone has any comments, we can address them separately. |
🐛 Problem
When connecting an MCA customer to the Cost Management connector piece of the Commitment Discounts PowerBI report, there are errors for the RecommendationsSingle table (normalizedSize column) and RecommendationsShared table (recommendedQuantityNormalized column) saying that the columns are not found.
👣 Repro steps
Connect an MCA customer to the Cost Management connector piece of the Commitment Discounts PowerBI report.
🤔 Expected
Populate the tables so that recommendations tabs work in the PowerBI report.
📷 Screenshots
Initial issue (data was populating those columns):
![image](https://private-user-images.githubusercontent.com/130005316/330583363-b7c516bc-a0d0-48a2-ab14-37bc956b5ac7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwNjE2MDcsIm5iZiI6MTczOTA2MTMwNywicGF0aCI6Ii8xMzAwMDUzMTYvMzMwNTgzMzYzLWI3YzUxNmJjLWEwZDAtNDhhMi1hYjE0LTM3YmM5NTZiNWFjNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA5JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwOVQwMDM1MDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jMzljNmRjY2I2Zjk1ZmViNjVmMzQyZTZiNzc1ZTZjMGI4Yjk0NDNiYTY4YWMxMTAwNDcxMWQ0ZTc3OWY4YjYyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ZH3WvL5QNIhSuBxvznBYSVsKxfq2ETSOGk1Llm0wF-M)
After trying to update queries from steps mentioned in similar issue (#493 (comment)):
The text was updated successfully, but these errors were encountered: