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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Countif Query Power BI

Hi,

 

I am new to power BI, need some sort of solution.

 

As we use Countif in excel with * to Count occurrence of some text like.

Cell1 TextA

Cell2 TextA,TextB

Cell3 TextB

 

and if I Use Countif(Cell1:Cell3,"*"&"TextA"&"*") it will give result 2 as in Excel.

 

is there any way around to do same in Power BI

 

Thanks in Advnace !

 

Regards

1 ACCEPTED SOLUTION
Anonymous
Not applicable

New Measure
CALCULATE( COUNT('Table'[Column]), find("textA" , 'Table'[Column],1,0) > 0 )

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

New Measure
CALCULATE( COUNT('Table'[Column]), find("textA" , 'Table'[Column],1,0) > 0 )
Anonymous
Not applicable

Thanks It worked !

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

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