Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I am trying to do a simple calculation that is not being very easy to do. I am trying to find the difference in quantity for each month in 2019 and 2020. I split out the creation date into Month and Year so I can total them and then find the difference. My visualization has three columns and I am trying to calculate the forth (see below). ALL the data is in one Table. My row is Month, column is Year and value I am summing is Drop Quantity. I tried different commands but I guess I just don't know DAX good enough yet.
| Month | 2019 | 2020 | Diff |
| 1 | 555 | 444 | |
| 2 | 666 | 222 | |
| 3 | 777 | 555 | |
| 4 | 888 | 444 | |
| 5 | 999 | 333 | |
| 6 | 111 | 50 | |
| 7 | 222 | ||
| 8 | 333 | ||
| 9 | 444 | ||
| 10 | 555 | ||
| 11 | 666 | ||
| 12 | 777 |
Solved! Go to Solution.
Not proud of this one but here goes:
Create two measures
Thank you, that worked! I read so many different ways of doing it I confused myself. I think your solution was the easiest way to go. Thanks again.
Not proud of this one but here goes:
Create two measures
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 11 | |
| 10 |