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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
So I have a data set of sales, but sometimes it can be viewed in a calendar year (Jan-Dec) or a fiscal year (Nov-Oct).
I want to allow users to toggle between calendar year and fiscal year. I have a table that is just
I have a slicer that requires the user to select one or the other.
I have a measure:
Solved! Go to Solution.
@Anonymous ,
I'm afraid slicer can only filter rows in table, slicer can't filter table or columns.
Regards,
Jimmy Tao
You can combine bookmarks, the selection pane, and buttons to give users the ability to toggle between seeing visuals on a calendar basis or a fiscal basis. When the calendar button is selected, the fiscal visuals would be hidden and the calendar visuals displayed. When the fiscal button is selected, the calendar visuals will be hidden and those based on the fiscal calendar will be displayed.
@Anonymous ,
I'm afraid slicer can only filter rows in table, slicer can't filter table or columns.
Regards,
Jimmy Tao