Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Measure written down Helped me get the Percentages Changes on overall Amount i.e. this is being computed at the 3 years cumulative
____________________________________________________________________________
Rev_From_CU_Trial_Denom =
var mysel = SELECTEDVALUE('AFR Table'[GN])
return
CALCULATE(SUM('AFR Table'[Amount]), FILTER(ALL('AFR Table'), 'AFR Table'[GN] = mysel), 'AFR Table'[Form] = "Schedule A")
_____________________________________________________________________________________
% Category =
DIVIDE([Revenue], [Rev_From_CU_Trial_Denom])
_______________________________________________________________
But now I would like to have the measure in a way that
% Category, should do the Changes based on GN Revenue and not only overall revenue as you can see % Category Changes is not equals to 100%
I want the That 100% break up in the % Category Measure
Hi @mohammedkhan ,
We often encounter incorrect subtotals of the matrix, I found two similar posts, you can refer to
Incorrect Subtotal and Grand total value of measure (division)
Measure showing wrong subtotal
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.