Forum Discussion
Interactive filtering treemap
- Anonymous9 years ago
That's weird. I can get it to work on my PC. I mean I can press the bar chart and get the filtering mechanism on the treemap.
A pie chart is still a good solution nevertheless.
Don't forget to accept a solution and give kudos.
- 8 years ago
Meanwhile I've found the solution. This is obviously included since november 2015.
Edit interactions.
https://powerbi.microsoft.com/en-us/guided-learning/powerbi-service-visual-interactions/
Hello Martin,
thanks for the swift answer. I've tested it.
However, it shows an error (I try to translate in English). I hope I've transmitted the formula correctly.
"the function of type 'SUM' is used in a TRUE/FALSE expression, which serves as table filter expression. this is not allowed'
But the answer, it is generally out of box possible is helpful.
Matthias
I messed up a paranthesis. Try this:
Sum Value = IF(HASONEFILTER(Table[Category]);CALCULATE(SUM(Table[Value]);ALLEXCEPT(Table;Table[Category]));SUM(Table[Value]))
Let me know how it goes.