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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
chrisgehm
Helper III
Helper III

IF - True statement text

Hi everyone!

I'm just starting to work with Power BI.

In the desktop version, I've create  new column (Calculated)

So what I need is to create a new column and put values acording to the first column.

 

ie:

Column A has numeric values, from 0 to 1000.

So I need to put in column B:

If Column A is lower than 500, put "Lower than 500", else "Higher than 500"

 

What I use is:

B = IF(Table[A]<500,"Lower than 500","Higher than 500")

 

But it doesn't work.

 

Any idea why?

27 REPLIES 27

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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