Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Hi all,
I have a table that need to show data in each FY, but I stuck with ordering monthes, I know hoe to do it in chartswhen we have tooltips option, but don't know how to do it in tables or matrixes.
Any help would be greatly apprieated.
Solved! Go to Solution.
@Matt_Gol Try creating a sort by column like:
IF(MONTH([Date]) < 7, MONTH([Date]), MONTH([Date]) + 12)
@Matt_Gol Try creating a sort by column like:
IF(MONTH([Date]) < 7, MONTH([Date]), MONTH([Date]) + 12)
@Matt_Gol Wow! Unexpected, I did that on my phone! 🙂
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.