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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Hudg16
Helper I
Helper I

Counting Text between two tables

I have the following tables:

Hudg16_0-1633556521395.png

Hudg16_1-1633556538053.png


I want to count new/upgrade for each dealer. The expected result would be 2 new for Jump.cam however, when I use this formula:

New = calculate(count(Activation[New/Upgrade]),Activation[New/Upgrade]="New")
I merely get a total of 4. 
Hudg16_2-1633556594982.png



Any suggestions? Here is my pbix: https://we.tl/t-znJfXvHnQk
Thanks guys. 

 

 

1 ACCEPTED SOLUTION
HotChilli
Community Champion
Community Champion

There's no relationship between the two tables.  As a human, you can see that e.g. Bolt Mobile is in both tables but powerbi can't.

Options: Either use the top table (above) as a dimension table (with relationship 1:m to DLR)

OR

use all fields in visual from the lower table (with your measure) as that should work

View solution in original post

1 REPLY 1
HotChilli
Community Champion
Community Champion

There's no relationship between the two tables.  As a human, you can see that e.g. Bolt Mobile is in both tables but powerbi can't.

Options: Either use the top table (above) as a dimension table (with relationship 1:m to DLR)

OR

use all fields in visual from the lower table (with your measure) as that should work

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 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.

Top Solution Authors