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.
Hello,
I have a slicer for the annual period and from the database, the Calendar is designed to start from year 1 ... like FY01. Now I just want to display years with data only in my slicer, to avoid a long list of years for users
Any idea you are welcome
Solved! Go to Solution.
@tmhalila Create a measure: Selector = COUNTROWS('Table'). Use that in your Filters pane for greater than 0.
@tmhalila Create a measure: Selector = COUNTROWS('Table'). Use that in your Filters pane for greater than 0.