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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

IFNULL function similar to Tableau

Hi All,

 

I am new to Power BI and have come here from Tableau background. I have a Tableau report that needs to be rebuilt in Power BI.

 

Do we have any function equivalent to IFNULL in Tableau?

 

I need to check for a measure called 'Deliveries' and if that is null, then I need to use the 'Manual Deliveries' in the caluclated field. My Tableau calculation goes like this.

 

IFNULL([Manual Deliveries], [Deliveries])

 

Can I get some help here?

 

Regards

Durga

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Never mind guys. I think I have got it like below and it worked.

 

 

Delivered Quantity = IF(ISBLANK(im_dailydipsum_mx[deliveries]),im_dailydipsum_mx[manual_deliveries], im_dailydipsum_mx[deliveries])
 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Never mind guys. I think I have got it like below and it worked.

 

 

Delivered Quantity = IF(ISBLANK(im_dailydipsum_mx[deliveries]),im_dailydipsum_mx[manual_deliveries], im_dailydipsum_mx[deliveries])
 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.