Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
How do i need to change the below dax?
* goal : I am trying to calculate a percentage and use the All function to keep the denominator from being affected by the filtering of the visual.
Solved! Go to Solution.
Hi @22LACMT ,
As far as I know, ALL() function should add in the table part of your code. Try the measure as below.
tier1exposure%fixedgrandtotal =
(
DIVIDE (
'percent'[Tier1Exposure],
SUMX ( ALL ( 'percent' ), 'percent'[Tier1Exposure] )
)
)
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @22LACMT ,
As far as I know, ALL() function should add in the table part of your code. Try the measure as below.
tier1exposure%fixedgrandtotal =
(
DIVIDE (
'percent'[Tier1Exposure],
SUMX ( ALL ( 'percent' ), 'percent'[Tier1Exposure] )
)
)
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
9 | |
1 | |
1 | |
1 | |
1 |