Forum Discussion
Anonymous
5 years agoNot applicable
How to make a static column for the table?
Hello! I have a slicer with the region names and table which sums up data from regions. Now, I want to make it in such a way that if the slicer selected, then only the Region column values cha...
- 5 years ago
Anonymous
Please see the attachment. Hope it is helpful.
Shishir22
Solution Sage
5 years agoHello Anonymous,
Can you please try using measure with ALLEXCEPT?
Something like-
Country= Calculate(Sum(table[values] ), allexcept(table, table[region])
Thanks!
- Anonymous5 years agoNot applicable
Shishir22 what if I have to columns: one for country and another is regions with values?