Forum Discussion
Percentage total in table using direct query to cube wrong
HI mivar99,
I think this issue may related to different filter logic/calculation on matrix and pivot table side.
As smoupre said, sometimes you need to add filters and additional calculation formula in your measure to make sure the formulas get correct result on 'total' row.
For any detail about internal formula calculation process, you can try to contact to power bi dev team for further support.
Regards.
Xiaoxin Sheng
hI !
As i see it its a DAX to MDX powerbi problem
Its a super simple straight forward percetntage calculation that works ok in excel that uses "normal" mdx to query the cube
I am sure other mdx front end tools would show the same
But i will see if the mdx formula can be changed to something that also works in powerbi
[Measures].[Disbursement (DKK)]/([Budget].[Indicatorstatus].[All],[Measures].[Disbursement (DKK)])
/m