Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
I am having an issue with measure totals and like many others I am not able to make it work.
I have a revenue table joined with dates.
Here is a table
and a matrix with current and previous period and date range 7/1/20 - 9/30/20
Solved! Go to Solution.
Have you tried this expression?
NewMeasure = SUMX(VALUES(Sheet1[Customer]), [mRevPrev])
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Have you tried this expression?
NewMeasure = SUMX(VALUES(Sheet1[Customer]), [mRevPrev])
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Hi Pat,
Yes, it works at this level. Thank you! I still need to apply this measure to other calculations and I hope to get expected results.
Tim