Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
I am unpivoting few columns which are extracted from a Date field, to show as a radio button in the slicer.(fields are: "Daily", "Yearly", "monthly", "quarterly") Qs.1: Can I show these values in a custom order like: "yearly", "quarterly", "monthly", "Daily"
Data format( I have used the "Attribute" column in the slicer to achieve the radio buttons)
Qs.2: To sort the x-axis I have used the main date field("app_submitted_date) on the tooltip. If I don't use the "app_submitted_date" on tooltip will not be able to sort x-axis when "quarterly" & "monthly" is chosen. While using the "app_submitted_date" filed on tooltip I am getting the tooltip in the following format:
Hi @sidhartha_arima ,
You could add an index column. Then sort "Attribute" by index column.
Here are the sample and result.