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! Learn more
Hi,
I am trying to create a matrix column (diff) that holds the values of what the difference is between two year columns. Example:
2015 2016 *Diff
________ _______ ______
10 6 -4
23 15 -8
187 195 +8
25 30 +5
What measures would I be using? I created these:
2015 = CALCULATE(COUNT('Phone Leads'[Calls]), Dates[year] = "2015")
2016 = CALCULATE(COUNT('Phone Leads'[Calls]), Dates[year] = "2016")
Diff in Years = [2016]-[2015]
But I'm getting this error message:
Any advice?
Solved! Go to Solution.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsRegards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThanks Mfelix !
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 82 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |