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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
First, I made two measures to calculate current (Current month AR)and previous month recharge (Previous Month AR) then a third to calculate the growth rate.I am unable to plot the Previous month AR and Growth Rate in a chart. What could be wrong?.Previous month AR = CALCULATE('Dashboard_Daily_2017-10-04'[Current Month AR], DATEADD('Dashboard_Daily_2017-10-04'[Data_Date].[Date], -1, MONTH))
Growth rate = 'Dashboard_Daily_2017-10-04'[Current Month AR]/[Previous month AR]-1
What do you mean about "unable to plot the Previous month AR and Growth Rate in a chart"? In the screenshot, I can see that the measures are displayed in the same Table visual.
Best Regards,
Herbert
First, I made two measures to calculate current (Current month AR)and previous month recharge (Previous Month AR) then a third to calculate the growth rate.I am unable to plot the Previous month AR and Growth Rate in a chart. What could be wrong?.Previous month AR = CALCULATE('Dashboard_Daily_2017-10-04'[Current Month AR], DATEADD('Dashboard_Daily_2017-10-04'[Data_Date].[Date], -1, MONTH))
Growth rate = 'Dashboard_Daily_2017-10-04'[Current Month AR]/[Previous month AR]-1
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.