Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
@PSan1979 , I doubt this kind of display. Use expand and concat labels, if that can work. Reverse Square Y with Year Qtr and month on Axis
Hey @PSan1979 ,
you can achieve nested axis labels like this:
By adding the columns from your calendar table to the axis to form a hierarchy:
Disable the Concatenate labels property from the X axis formatting properties:
Exapnd the hierarchy of columns by using "Expand all ...", then sort the content of the visual:
First sort by axis labels instead of value:
Finally make sure the the labels are sorted ascending:
Hopefully, this is what you are looking for.
Regards,
Tom
@PSan1979
Follow the steps provided by @TomMartens and make sure the Year-Qtr and Year-Month columns are sorted with the relevant sort columns. Once you have inserted Year, Qtr-Year, Month-Year fields in the Axis, make sure to Turn-off CONCATENATE LABLE under Axis settings and importantly sort by axis column as the last step:
________________________
If my answer was helpful, please consider Accept it as the solution to help the other members find it
Click on the Thumbs-Up icon if you like this reply 🙂
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hey @PSan1979 ,
you can achieve nested axis labels like this:
By adding the columns from your calendar table to the axis to form a hierarchy:
Disable the Concatenate labels property from the X axis formatting properties:
Exapnd the hierarchy of columns by using "Expand all ...", then sort the content of the visual:
First sort by axis labels instead of value:
Finally make sure the the labels are sorted ascending:
Hopefully, this is what you are looking for.
Regards,
Tom