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

PowerBi add new column. value if blank

HI,

 

Am trying to add a new column in Powerbi, by extracting the data from another column, if the extrated data is blank, i need to do another type of extraction.

 

Am trying with the following, which is not working and getting  error like "IF wasn't recognized"

 

 
1 ACCEPTED SOLUTION

M is case sensitive and the if syntax is different in the query editor (M) than it is in DAX - IF(  ).  You need to use lower case and have 

 

if ... then ... else

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Screenshot 2020-06-19 at 04.25.17.png

Hi , @Anonymous 

Could you please tell me whether your problem has been solved?
If it is,  please mark the helpful replies or add your reply as Answered to close this thread.
It will help other community members easily find the solution when they get the similar issue.

 

Best Regards,
Community Support Team _ Eason

@Anonymous  do not use ( after if

example

New Margin = ((if [Item.Brand] = "Brand 1" then 5 else  
		if [Item.Brand] = "Brand 2" then 5.5 else 
		if [Item.Brand] = "Brand 3" then 6.0 else 
		if [Item.Brand] = "Brand 4" then 6.5 else 
		7.0 )*([Qty]*[Price]) *((100-[Discount Percent])/100))/100

M is case sensitive and the if syntax is different in the query editor (M) than it is in DAX - IF(  ).  You need to use lower case and have 

 

if ... then ... else

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


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.