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
Anonymous
Not applicable

If cell is blank show no value

Hi all

 

Is there an addtional creiteria i can add to the measure below if "forecast FTE" is blank the "Actual v Forecast delta" row shows Blank with no values. 

 

ll.png 

 

Actual V Forecast Delta FTE = 'EUP-Forecast FTE'[Forecast FTE]- 'Amentum & Sub Con Excludin Leavers'[Average Actual FTE]

 

 

1 ACCEPTED SOLUTION
Hariharan_R
Solution Sage
Solution Sage

Hi @Anonymous 

Try the below.

 

 

IF(ISBLANK('EUP-Forecast FTE'[Forecast FTE]), BLANK(), 'EUP-Forecast FTE'[Forecast FTE] - 'Amentum & Sub Con Excludin Leavers'[Average Actual FTE])

 

Thanks

Hari

Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


My Blog :: YouTube Channel :: My Linkedin


View solution in original post

1 REPLY 1
Hariharan_R
Solution Sage
Solution Sage

Hi @Anonymous 

Try the below.

 

 

IF(ISBLANK('EUP-Forecast FTE'[Forecast FTE]), BLANK(), 'EUP-Forecast FTE'[Forecast FTE] - 'Amentum & Sub Con Excludin Leavers'[Average Actual FTE])

 

Thanks

Hari

Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


My Blog :: YouTube Channel :: My Linkedin


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