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

HOW TO WRITE IF CONDITION IN POWER BI

I want to make a new column by using fields that are already in the table.

Condition is if: QUALIFIED AND MQL = 1, WHAT IS THE SOFTWARE_AMOUNT.

BELOW IS THE TABLE:

CAPTURECAPTURE

1 ACCEPTED SOLUTION
GilbertQ
Super User
Super User

Hi @Anonymous 

 

If you want to create a new column you could right click and select new Column with the following syntax

 

If Column = IF('Table'[Qualified]= 1 && 'Table'[MQL] = 1, [Software_Amount])




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

View solution in original post

1 REPLY 1
GilbertQ
Super User
Super User

Hi @Anonymous 

 

If you want to create a new column you could right click and select new Column with the following syntax

 

If Column = IF('Table'[Qualified]= 1 && 'Table'[MQL] = 1, [Software_Amount])




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!







Power BI Blog

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.

Top Solution Authors
Top Kudoed Authors