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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
fe_username
Helper I
Helper I

DAX - PowerBI does not recognize Boolean Column

Hi,

I've a table from my sql dedicated pool in Azure Synapse (SQL Server 12) with all the version of applications in our server, date and obsolence (boolean).

The "Obsolescense" field is declared as BIT in my DDL and my report reads from this table.

 

The problem is that when I check the numbers from sql queries 
select count(*) from applications_table where obsoleted = 0 /1 

and the measure in dax which I use :

Application supported count =
VAR c = COUNTROWS(FILTER( <table_application>,<table_application['obsoleted'] = FALSE()))
return IF(ISBLANK(c),0,c)
 
They don't match.
- I've tried to reload several times the source
- Checked in PowerBI if the datatype of obsoleted field is True / False
- No filters modify the filter context
 
Does PowerBI have some problem with Recognizing True / False from SQL server ?
1 REPLY 1
HotChilli
Community Champion
Community Champion

"They don't match." - Are you getting errors or is the value mismatched by a certain amount?  I think we need to find that out first.

Is the data imported?

Can you show us a picture of the data view in powerbi with the column selected? Maybe also one from Power Query ? 

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.