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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
anchal98
Regular Visitor

% change calculation showing blanks

I have a date table running longer since I have forecasts included as a separate fact table but when I'm trying to calculate percentage change in another fact table (sales) I am getting a lot of blanks as the dates are showing from 1990 - 2028 I only need the actual % values to show

1 ACCEPTED SOLUTION

Hello @anchal98 , 

Please try this below revised formula..

Measure = 
If(Isblank([Average Rent]), Blank(), 
QoQ GROWTH RENT% = DIVIDE([Average Rent], CALCULATE([Average Rent]DATEADD('Dim date'[Date].[Date],-1,QUARTER)))

If you find this helpful , please mark it as solution and Your Kudos are much appreciated!

 

Thank You

Dharmendar S

LinkedIN 

 

View solution in original post

3 REPLIES 3
dharmendars007
Super User
Super User

Hello @anchal98 

 

Its difficult to check the calculation without measure and Sample table..

However You can try this mesure below and change the column and measure name according the names you have in your model..

Measure = If(Isblank(Percent Calc), Blank(), [Percent Calc]))

 

If you find this helpful , please mark it as solution and Your Kudos are much appreciated!

 

Thank You

Dharmendar S

LinkedIN 

the measure is not working. this is the data created with this formula : 

QoQ GROWTH RENT% = DIVIDE([Average Rent], CALCULATE([Average Rent], DATEADD('Dim date'[Date].[Date],-1,QUARTER))

anchal98_0-1724935926993.png

 

Hello @anchal98 , 

Please try this below revised formula..

Measure = 
If(Isblank([Average Rent]), Blank(), 
QoQ GROWTH RENT% = DIVIDE([Average Rent], CALCULATE([Average Rent]DATEADD('Dim date'[Date].[Date],-1,QUARTER)))

If you find this helpful , please mark it as solution and Your Kudos are much appreciated!

 

Thank You

Dharmendar S

LinkedIN 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.