Forum Discussion
DianaG
8 years agoFrequent Visitor
Use aggregated data in slicer
Hi everyone, I would like to show aggregated data in a slicer, based on the dates, selected in another one. This is an a example of campaign data, I would like to analyze: In my ...
- 8 years ago
As an alternative, you may use RANKX Function to add a measure and take advantage of Visual level filters.
Measure = RANKX ( ALLSELECTED ( Table1[Campaign] ), CALCULATE ( SUM ( Table1[Cost] ) ), , ASC, DENSE )
v-chuncz-msft
8 years agoCommunity Support
As an alternative, you may use RANKX Function to add a measure and take advantage of Visual level filters.
Measure =
RANKX (
ALLSELECTED ( Table1[Campaign] ),
CALCULATE ( SUM ( Table1[Cost] ) ),
,
ASC,
DENSE
)
DianaG
8 years agoFrequent Visitor
Hi v-chuncz-msft,
thanks for your help! I created a list of data to select and use this one as slicer. However it would be create to be able to use dynamic values. I hope that It will be possible to use a meassure as slicer in the future, because it would be much more flexible.
- v-chuncz-msft8 years agoCommunity Support
To help improve Power BI, you may give feedback via https://ideas.powerbi.com/forums/265200-power-bi.