Forum Discussion
Anonymous
8 years agoNot applicable
Dynamic Filters on Dimension and Measures
Hi All, I want to display the diimension and their measures based on selection in the Table Visual. Like below Delivery Type, Brand, Manufacturer .... Materials these all are dimenssions and SKUs,...
parry2k
Super User
8 years agoplease add it as measure
parry2k
Super User
8 years agomy mistake, yes, we need aggregation
if("Delivery Option" IN VALUES(TableDimension[DimensionName]), MAX(Table[Delivery Option]), BLANK())You can work on this proposed solution but I don';t think it is very scalable and good approach, although at the same time I don't see any other solution.
I will leave it upto you to make a decision to see if you want to continue on this path :)
- Anonymous8 years agoNot applicable
:smileysad:
- parry2k8 years ago
Super User
I know, give it a try , may be it worked out.
- Anonymous8 years agoNot applicable
Trying for same... since morning