Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I really stuck on something really basic. I just want to be able to add somwthing to this Matrix that shows the difference between the 2 months. I have searched the internet and forums but I can't seem to find anything.
Here is my basic Matrix that I am building so you can see my structure.
Everything is from one Data Source Table called TPL Test Pet
Really hoping someone can help.
Regards
Gavin
I would suggest having a look at this:
https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
You should be able to engineer measures that display your information in the rows as they are now but in the Total area show the difference.
| User | Count |
|---|---|
| 51 | |
| 36 | |
| 29 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 58 | |
| 40 | |
| 21 | |
| 20 |