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

Dax

Hello BI Community,

I have two table.
1. Scheme Table 
2. Master of DIstributor
Party name is name of Distributor who is eligibe for Scheme.  and Distributor contains all name of Distributor in Gujrat State.
relationship : State to State 

 

I want one column whe Party name is Equal to DIstributor then 1 otherwise 0

StateParty nameDistributor
Gujaratxyzabc
Gujaratxyzdfe
Gujaratxyzxyz
Gujaratxyzrtg
1 REPLY 1
eliasayyy
Memorable Member
Memorable Member

as a measure:

IF(
   MAX('Table'[Party Name]) = MAX('Table2[Distributor]) ,
   1 , 
   0
)

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.

August 2025 community update carousel

Fabric Community Update - August 2025

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