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
nirvana_moksh
Impactful Individual
Impactful Individual

DAX Involving TRUE/FALSE Column

Hello Community,

 

How do you deal with writing a DAX Statement that invloves a column that is of data type TRUE/FALSE without converting it to text and making it to work?

 

 

Thank You

1 ACCEPTED SOLUTION

Hi @nirvana_moksh,

 

Maybe you need something similar to below. Here [Column1] comtains 'TRUE/FALSE' data type values.

New column = 
IF ( Table[Column1] = TRUE (), 1, 0 )

Regards,

Yuliana Gu

 

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
idkwhatimdoing
New Member

@NKL make sure you're adding a column and not a measure

Ashish_Mathur
Super User
Super User

Hi,

 

Your question is not clear.  Show a dataset and the expected result.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

So I was using a calculated IF statement and it was using a column which was 'TRUE/FALSE' data type and for some reason the DAX did not recognize that and I had to convert that column to Text for it to work

Hi @nirvana_moksh,

 

Maybe you need something similar to below. Here [Column1] comtains 'TRUE/FALSE' data type values.

New column = 
IF ( Table[Column1] = TRUE (), 1, 0 )

Regards,

Yuliana Gu

 

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

This actually is not allowed in my case because a single value for the TRUE/FALSE data type field "Active Schedule" cannot be determined

NKL_0-1685532016601.png

Can you figure out why it is not working?

 

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.