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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
Syndicate_Admin
Administrator
Administrator

COINCIDIRX function

Good afternoon

I would like to use the COINCIDIRX or COINCIDIRX function in powerbi, what would be the corresponding function?

Greetings and thank you very much.

1 ACCEPTED SOLUTION

I think I have understand what do you can use DAX IF statement like below to get the position of non zero value.  

Column = IF(ColA<>0;1;IF(ColB<>0;2;0))

 

View solution in original post

5 REPLIES 5
freginier
Solution Sage
Solution Sage

Maybe these

CONTAINSSTRING() or lookupvalue() or [column] in {"x","y","z"}

Enjoy ! 

Good

the comparison is between two columns:

the formula I want to make is as follows: COINCIDIRX (TRUE; Column A:ColumnB<>0;0)

how could I do this with two columns of powerbi.

Greetings.

You can't search in 2 column like your formula.

Can you give me more detail please ? Data sample and what you expect 

Bunas,

Of course

I give you an example of data and what I want to do:

Hours

Daily Market Price day 28/01/2022:

ColumnaA

Market Price

Diario day

29/01/2022:

ColumnaB

1109
2208

3

305
4

0

7
5156
6168
7170
820022
9310
10115
1156
1267
13528
145523
1552.352
163523.3
1736.94
18250.23
192420
202780
213278
222256
2310020
2400

we have the table above, because I want the match sheet to do the following:

time 1 = MATCHX (TRUE,ColumnAHora1:ColumnaBHora1<>0;0)

When applying that function what I should return is a 1, since in columnNow1 the criterion of 10 is non-zero is met.

time 4 = MATCHX (TRUE,ColumnAHora4:ColumnaBHora4<>0;0)

When applying that function what I should return is a 2, since in column BHora4 the criterion of 7 is non-zero is met.

hour 24 = MATCHX (TRUE,ColumnAHora24:ColumnaBHora24<>0;0)

When applying that function what I should return is a 0, since the two values are 0.

I hope I have explained well what I need.

Thanks for the help beforehand.

Greetings.

I think I have understand what do you can use DAX IF statement like below to get the position of non zero value.  

Column = IF(ColA<>0;1;IF(ColB<>0;2;0))

 

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.