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! 🙂
User | Count |
---|---|
222 | |
81 | |
76 | |
75 | |
52 |
User | Count |
---|---|
179 | |
93 | |
84 | |
76 | |
74 |