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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
jayendra
Frequent Visitor

Can we convert the excel formula to Power BI formula

HI

 

How can we convert this excel formula to Power BI.Can you give a example.

=IFNA(AE4303/(VLOOKUP($C4303,MWD_AD,2,FALSE)),"FP Not in Range")

 

MWD is static column in another sheet.

 

Regards

jayendra.

2 REPLIES 2
Anonymous
Not applicable

Your Column = IFERROR(
	[FieldAE] / (LOOKUPVALUE('OtherTable'[AWD_AD], 'OtherTable'[FieldC], [FieldC]),
	"FP Not in Range"
)

That would be what i'm expecting your Custom Column to look like.  Since i don't know the names of your fields, i've used the Column letters.  I've also assumed [AWD_AD] is the result column, rather than a name of a table.

 

v-caliao-msft
Employee
Employee

@jayendra,

 

DAX have big difference with excel formula. Please provide us some sample data and elaborate your expected results, so that we can try to give you DAX expression.

 

Regards,

Charlie Liao

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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