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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
saivina2920
Post Prodigy
Post Prodigy

Getting count difficult from column values like true or false in power bi

I have column like status1 snd status2. These column contains true or false. 

 

i am getting count in difficult from column values like true or false.

 

How to achieve and get the exact count.

 

Sample data and Epected OUTPUT as mentioned below.

 

saivina2920_0-1618491282654.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@saivina2920 , Create two measures like

 


counrows(filter(Table, Table[Status1] =True()))

and

counrows(filter(Table, Table[Status2] =True()))

 

if they are boolean then

 


counrows(filter(Table, Table[Status1] ="TRUE"))

 

and

 

counrows(filter(Table, Table[Status2] ="TRUE"))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@saivina2920 , Create two measures like

 


counrows(filter(Table, Table[Status1] =True()))

and

counrows(filter(Table, Table[Status2] =True()))

 

if they are boolean then

 


counrows(filter(Table, Table[Status1] ="TRUE"))

 

and

 

counrows(filter(Table, Table[Status2] ="TRUE"))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors