The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi all,
Imagine I have a table like this:
Company Name | Invoice Date | Price |
A | 01-01-2019 | 100 |
A | 01-02-2019 | 130 |
A | 01-03-2019 | 140 |
A | 01-04-2019 | 120 |
A | 01-05-2019 | 130 |
A | 01-06-2019 | 110 |
A | 01-07-2019 | 100 |
A | 01-08-2019 | 140 |
A | 01-09-2019 | 520 |
A | 01-10-2019 | 200 |
A | 01-11-2019 | 120 |
A | 01-12-2019 | 345 |
A | 01-01-2020 | 245 |
A | 01-02-2020 | 200 |
Then I put that in a matrix like this:
Which is fine. However, I would like to - AFTER the date columns, to be able to put some measures. I would like to put a measure for: "FY Sales LY" , "Sales LTM", "Diff LY vs LTM". But I can't seem to make that work. Then it puts it under each month if I put it as values. Is it possible in any way? My output I want is something like this:
Thanks!
Solved! Go to Solution.
OK, I updated it so that it handles all months, I was just getting it to work. Just requires copying and pasting a bunch of code and tweaking them for each month. Attached.
Attached a possible path to a solution.
Thanks! I just tried it and seems to work alright - however it is made just for january right? How do I make it, if it has to take "any month" last year, and the YTD Months this year?
So lets say - from Jan-19 to whatever current month always?
OK, I updated it so that it handles all months, I was just getting it to work. Just requires copying and pasting a bunch of code and tweaking them for each month. Attached.
Thanks a million!
the last thing is that it sorts the months A-Z, how can I alter that? I have tried without luck
Glad it works!! Honestly, I thought that it came out way too convoluted to be of use but it was the only way I could think of to do what you wanted without trying to smash two visuals together.
I added a sorting column to the data and did a "Sort By" column for Value 2 column. Updated PBIX.
This is the most complicated measure I have ever had to be honest 😉
But it works! Only limitation is that it is not possible to do "sorting" by clicking on the columns. But that is just how it is!
Thanks a million @Greg
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
122 | |
85 | |
77 | |
55 | |
48 |
User | Count |
---|---|
136 | |
128 | |
78 | |
64 | |
63 |