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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors