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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
JamesMurg
Helper I
Helper I

IF returns text

Good morning

 

Hoping you can help, I have the below formula in Excel but I need it converting to DAX if someone can help me 🙂

=IF(AND([@Shipper]="",[@[Shipper Company]]=""),"No Shipper Information",IF([@[Shipper Company]]="",[@Shipper],[@[Shipper Company]]))

1 ACCEPTED SOLUTION
eliasayyy
Memorable Member
Memorable Member

if it calculated column 

 

IF(
AND('Table'[Shipper]="",'Table'[Shipper Company]=""),"No Shipper Information",
IF('Table'[Shipper Company]="",'Table'[Shipper],'Table'[Shipper Company]))

 



View solution in original post

1 REPLY 1
eliasayyy
Memorable Member
Memorable Member

if it calculated column 

 

IF(
AND('Table'[Shipper]="",'Table'[Shipper Company]=""),"No Shipper Information",
IF('Table'[Shipper Company]="",'Table'[Shipper],'Table'[Shipper Company]))

 



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.