Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
SS2929
Frequent Visitor

I am not able to get previous month growth data when I Apply Year Filter.

Hi, I need help in the growth of the periods mentioned in the table, even if we filter years. Also, how can we remove unwanted values like "infinity" and blank from the column. 

 

 

Measure ->% Growth = CALCULATE(([Total Sales]/[Month Yago])-1);
Measure -> Total Sales = SUM('Sales Data'[Volume]);
Measure -> Month Yago = CALCULATE(SUM('Sales Data'[Volume]),PARALLELPERIOD('Sales Data'[Month],-12,MONTH))

 

Capture.PNG

2 REPLIES 2
Fowmy
Super User
Super User

@SS2929 

Can you share the Measure Gr% here?

You implement is as follows:

IF(
NOT ISBLANK ( [Month Yago] ),
YOUR MEAURE HERE
)




Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

SS2929
Frequent Visitor

Shared. Updated this in my query, please have a look

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors