Forum Discussion
av9
4 years agoHelper III
Filter data in heirachy
I am trying to filter data in this table so any customer above 15% should show only. I am having troubles creating a filter that allows me to filter at this level and keep the account rows under ...
- 4 years ago
Still doesnt quite sort it out. Its ok I have managed to find a way to do it.
amitchandak
4 years agoSuper User
av9 , create a measure like this and use visual level filter
% filter Sales = calculate(DIVIDE([Total Sales], CALCULATE([Total Sales], all())), allexcept(table, Table[customer]))
- av94 years agoHelper III
Its creating the visual level filter thats the issue. Seems to always not include the 3rd level in heirarchy (Account)