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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

dax to calculate id with diff product

Hi 

Need help to calculate count of id with same ID no. but different product

for e.g.

Vendor IDProduct
1234ABC
1234DEF
1234XYZ
345GHJ
345GHJ
6789WER
8901RTY
8901ASD
8901DFG

I have table like this. In this I want to count those vendor id which are getting repeated for different product. 

For e.g. 8901 and 1234 will be counted in the above case. 

 

Help mw with the dax function of it.

1 REPLY 1
AlB
Community Champion
Community Champion

Hi @Anonymous 

Place this measure in a card visual:

Measure =
SUMX (
    DISTINCT ( Table1[Vendor ID] ),
    INT ( CALCULATE ( DISTINCTCOUNT ( Table1[Product] ) ) > 1 )
)

 

Please mark the question solved when done and consider giving kudos if posts are helpful.

Cheers  Datanaut

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.