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

Header Column

Hi!

 

I'm new to Power BI and it's the first time I see this error. 

When I try a DAX formula, it don't recognize the column header name. 

 

For exemple: I want to do a IF with the column "idade" (age in portuguese 🙂 ), and goes like this:

 

help-pbi.png

 

The "idade" (age) field is numeric.

 

Thanx for any help!

 

1 ACCEPTED SOLUTION
Samarth_18
Community Champion
Community Champion

Hi @Anonymous ,

 

If you are trying to use column inside the measure then you need aggregator functions like max,min,sum.

So for your case it would be like this

 

Test = if(max(table[idade ]....

 

Thanks,

Samarth

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

View solution in original post

3 REPLIES 3
Samarth_18
Community Champion
Community Champion

Hi @Anonymous ,

 

If you are trying to use column inside the measure then you need aggregator functions like max,min,sum.

So for your case it would be like this

 

Test = if(max(table[idade ]....

 

Thanks,

Samarth

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

@Anonymous  if you need the exact value then you can use VALUES() function.

 

Eg- VALUES (idade)

truptis
Community Champion
Community Champion

Hi @Anonymous ,

What is your condition that you want to give in this DAX expression? 

 

Format of IF is - IF(condition, return value for condition being TRUE, your else condition)

Eg- you want to show if age is > 10 then display "yes" else display "no"

So in that case, you will write this formula:

 

Result= if('tablename'[idade] > 10, "Yes", "No"))

 

If you could give me your exact requirement, i can help you in writing the exact query.

 

Please hit the thumbs up if it helps you. Thanks.

 

Regards,

TruptiS

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.