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.
Hi,
is there a way to remove the other months in the filter if there is no data
im currently using a dimension table for my dates here that connected in to different tables in the sample screenshot
thanks.
Solved! Go to Solution.
@Easley08
Create a messure that counts the rows in the fact table, let's say you have fact table called 'Sales' connected to your calendar table. Add this measure to the Month name slicer and set it no t eqal to zero:
RecExist = COUNTROWS( 'Sales' )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Easley08
Create a messure that counts the rows in the fact table, let's say you have fact table called 'Sales' connected to your calendar table. Add this measure to the Month name slicer and set it no t eqal to zero:
RecExist = COUNTROWS( 'Sales' )
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
28 | |
13 | |
13 | |
10 | |
6 |