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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Martin-Prague
Helper II
Helper II

Distinct count over multiple tables

 

 

Hello Experts,

 

I have a situation where I need to calculate UNIQUE NUMBER OF ENGAGED USERS.

 

In my data model people can:

  • sumbit an idea
  • like an idea
  • comment an idea

All of these activities are in diffrenet tables as follwoing image:

 

Disticnt count.JPGWhat I need is to calculate that number of unique numbers who were engaged. It means they have sumbited an idea / commented / liked.

 

If I filter on 1 idea I want to see if the somebody who sumbited and idea and at the same time liked and commented was calculated only once.

 

Please see following example for selection on IDEA = 1

Number of engaged users should be only 3.  You can see eventhougt user A has been interacted 3 times he counts only 1 time.

 

distinct count.JPGI was thinking to somehow virually union all 3 tables together and then run DISTINCTCOUNT. But still it has to follow the filter context.

 

Thanks for your help

 

Cheers!

 

Martin-Prague

3 REPLIES 3
Anonymous
Not applicable

HI @Martin-Prague ,

Unfortunate, current dax formula not support auto calculate related table fields.
I'd like to suggest you create a bridge table to link and merge these tables fields and use id to manually summary and calculate on these tables.

Optimizing Many-to-Many Calculations in DAX with SUMMARIZE and Cross Table Filtering

Regards,

Xiaoxin Sheng

Thanks all, at the end I build a view in SQL that combines my data into one table and then I am able to do this calculation simply in Power BI.

Martin-Prague
Helper II
Helper II

Any ideas?

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.