Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi,
I made a YoY measure that works fine vertically, but when I try to do it in a matrix where months are horizontally it won't display. I've included a picture that shows NewCarsRegistrered in the matrix, but when I try to replace it with the YoY% it doesn't work. Can someone explain why?
Solved! Go to Solution.
@Anonymous
You should mark the date table as a date table. That will means you will not have the date hierarchy.
You should have month and year columns in the date table
month = format([Date],"mmmm")
Month year sort = format([Date],"mm")
How to use sort column https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Try like this
Or
Share Error and all three calculations.
@Anonymous
You should mark the date table as a date table. That will means you will not have the date hierarchy.
You should have month and year columns in the date table
month = format([Date],"mmmm")
Month year sort = format([Date],"mm")
How to use sort column https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Try like this
Or
Share Error and all three calculations.
Awesome!
I had to make a separate date table though since the one I used had a gap in dates.
Thanks!!
A
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
130 | |
80 | |
53 | |
38 | |
35 |
User | Count |
---|---|
207 | |
82 | |
75 | |
55 | |
50 |