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
SO
Helper III
Helper III

Simple Count issue

This seems like a simple issue, but I can't seem to find out how to include a Count within a count

 

Measure = COUNTROWS(Table2)

Var= CALCULATE(COUNTROWS(Table1), Filter(ALLSELECTED(Table1[field], count(Table2[field]) = Measure))) 

 

I can see that max or min works, but the Bold does not.

 

Thoughts?

 

 

3 REPLIES 3
SO
Helper III
Helper III

Thank you for the response.  I might have a solution using RankX, so I'll experiment some more first.  As I can't use some functions e.g., Earlier (Live Data issue), I'm trying to find a work around.   Thanks 

ManguilibeKAO
Resolver I
Resolver I

Hi,

 

Could you give us input data and the output you want to have, and explain the logic that leads you to the output data?

 

Best regards.

v-easonf-msft
Community Support
Community Support

Hi, @SO 

Your code is a bit messy and the basic syntax is inaccurate.Is there a relationship between these two tables?
Please show your dsqmple data and expected results in the table.

This will help us better understand your problem.

 

Best Regards,
Community Support Team _ Eason

Helpful resources

Announcements
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