Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
83 | |
75 | |
64 | |
39 | |
34 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |