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.
Hi all,
I am trying to create a measure which calculates the % of a filtered value from the total unfiltered.. I've got as far as getting the total 'Number of R' by the filtered 'Acceptance R (low level)' below - not sure where to go from here to then get this to show as a percentace of the total unfiltered 'Number of R'?
Solved! Go to Solution.
Hi, @sarah2_williams ;
You could try it .
total by selected R =
DIVIDE (
CALCULATE ( SUM ( 'Aggregate 4'[Number of R] ), ALLSELECTED ( 'Aggregate 4' ) ),
CALCULATE ( SUM ( 'Aggregate 4'[Number of R] ), ALL ( 'Aggregate 4' ) )
)
then change it type is percentage.
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @sarah2_williams ;
Is your problem solved?? If so, Would you mind accept the helpful replies as solutions? Then we are able to close the thread. More people who have the same requirement will find the solution quickly and benefit here. Thank you.
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @sarah2_williams ;
Is your problem solved?? If so, Would you mind accept the helpful replies as solutions? Then we are able to close the thread. More people who have the same requirement will find the solution quickly and benefit here. Thank you.
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @sarah2_williams ;
You could try it .
total by selected R =
DIVIDE (
CALCULATE ( SUM ( 'Aggregate 4'[Number of R] ), ALLSELECTED ( 'Aggregate 4' ) ),
CALCULATE ( SUM ( 'Aggregate 4'[Number of R] ), ALL ( 'Aggregate 4' ) )
)
then change it type is percentage.
Best Regards,
Community Support Team_ Yalan Wu
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.