Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Is there any way to achieve this?
Basically, for the "group sales" column, I only need to display or return the value of the Total based of the column "Group" so for this scenario, I need the group sales to only return the 1,130,822 (which is the total based of the "Group" column. Is there a way to return just that? because i need the group sales value for another measure as well.
Thanks!
Solved! Go to Solution.
Hi @EvanGetsItDone ,
you can try
CALCULATE(
SUMX('Table'[sales]),
REMOVEFILTERS('Table'[Site]),REMOVEFILTERS('Table'[Customer])
)If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
yes REMOVEFILTERS is the same of ALL
Hi @EvanGetsItDone ,
you can try
CALCULATE(
SUMX('Table'[sales]),
REMOVEFILTERS('Table'[Site]),REMOVEFILTERS('Table'[Customer])
)If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
since ALL() is gonna show on every row. Is there any way to just show the value on the top of level of the matrix? thanks!
Hello, I used ALL() instead of remove filters and it worked. Thanks for bringing out the idea and concept.
Hey thanks, I think I got the context you provided, The REMOVEFILTERS() function is greyed out for me or disabled, not sure maybe from the way I am pulling my data, are there any alternatives for the removefilters()?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |