Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello
I have two slicers (Date and Entity) and a very sparce measurement table. I want to make unavaible the slicer combinations (let's say: Entity: Pib Date: Dec 2020) for which i have no measurements for.
Data exists for the selected slicer combination (Entity: Customer Date: Feb 2022)
Data does NOT exists for the selected slicer combination ( Entity: Pib Date: Dec 2020).
So how can i hide the slicer combination for which my visualisations have no data (other than removing them all together from the slicer tables?)
thank you very much
Solved! Go to Solution.
Hi, @kaileena ;
You could filter it.such as :
1.orginal .
2.select slicer then setting the filter.
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @kaileena ;
You could filter it.such as :
1.orginal .
2.select slicer then setting the filter.
The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@kaileena Create a measure that does a COUNTROWS of your fact table data. Add that as a visual filter on your slicer and set it to be not blank and greater than 0.
@kaileena I think add an OR clause "Not blank" and change your greater than or equal to just greater than.
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
13 | |
11 | |
9 | |
6 |