Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I got a matric table with multiple columns based on 1 field
Now for display i want to remove 2 column values but that changes the percentage values of the other columns while they should remain the same.
Is there a way to not show the columns withoud changing the percentages?
Standard
After removing the second column
Solved! Go to Solution.
Hi @Intellar
You can consider to use ALL() or ALLEXCEPT() function. it will not affected by the filter.
e.g
Measure =
CALCULATE ( SUM ( table[value] ), ALLEXCEPT ( table, [Month] ) )
You can refer to the following link about the functions.
ALL function (DAX) - DAX | Microsoft Learn
ALLEXCEPT function (DAX) - DAX | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Intellar
You can consider to use ALL() or ALLEXCEPT() function. it will not affected by the filter.
e.g
Measure =
CALCULATE ( SUM ( table[value] ), ALLEXCEPT ( table, [Month] ) )
You can refer to the following link about the functions.
ALL function (DAX) - DAX | Microsoft Learn
ALLEXCEPT function (DAX) - DAX | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
68 | |
42 | |
42 |
User | Count |
---|---|
46 | |
40 | |
28 | |
27 | |
26 |