Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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.