Forum Discussion
SC0614
7 years agoFrequent Visitor
Show blank dashboard when no filter selected
Hi,
Is there a way to show content only when there is something filtered in the dashboard?
I know there is a way to use measure like following:
deposit_BLANK = if(CALCULATE(DISTINCTCOUNT(Cust_Barrie[CUST_NM]),allselected(Cust_Barrie[CUST_NM]))=1, SUM(Cust_Barrie[SB_DEP_BAL]),"")
But the measure does't work for categorical variables.
Tableau has this function in the filter setting. Does Power BI have a similar one?
Thanks,
Sherry
2 Replies
- AnonymousNot applicable
By no means a dax expert but isfiltered may get you pointed in the right direction
- SC0614Frequent Visitor
Thanks Anonymous.
I found a voting here for the function: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/18501157-slicer-select-all-vs-select-none
Thanks,
Sherry