The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
28 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
33 | |
13 | |
12 | |
9 | |
7 |