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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Guenfood77
Frequent Visitor

Count common values from another table

Hi,

 

I've got 2 tables with same field "Id_User"

I'd like to count number of values in my Table2 which are in my Table1

With the example behind, the measure must display : 3 Id 1501, 2 Id 1502, 2 Id 1503 and 1 Id 1504

Thanks for your help.

 

Id_User Table 1Id_User Table 2
15011501
15021501
15031501
15041502
 1502
 1503
 1503
 1504
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Create a relationship between the 2 tables in the model view.

Use the UserId column Table 1 is the one side, and Table2 is the many side.

Create a count measure in table2 - UserCount = COUNT( 'Table2'[UserId])

Please measure and UserId in a table visual or bar chart

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Create a relationship between the 2 tables in the model view.

Use the UserId column Table 1 is the one side, and Table2 is the many side.

Create a count measure in table2 - UserCount = COUNT( 'Table2'[UserId])

Please measure and UserId in a table visual or bar chart

Thanks for your answer.

It seems ok but i've got a wrong result.

I forgot to apply a condition.

The count must integrate that value of field "Option" must be "1" in my Table1.

I tried to apply a filter in the formula but it doesn't match.

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.