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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
subhashg
Frequent Visitor

Aggregating by ignoring specific fields in Table visual

Input table

subhashg_2-1696427500867.png

 

 

 

Output table Visual - While counting towns, measure(Count of Towns) should ignore "state" & count at Country level . So for India, Towns should result 2 for both rows instead of 1 inspite of having "state" feild in table visual.

subhashg_1-1696427352402.png

 

 

Summarize(As shown above) is not working. Please help

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

MeasureQ = CALCULATE(COUNT(theTable[t]), REMOVEFILTERS(theTable[s]))
 
t = towns, s = state

View solution in original post

1 REPLY 1
HotChilli
Super User
Super User

MeasureQ = CALCULATE(COUNT(theTable[t]), REMOVEFILTERS(theTable[s]))
 
t = towns, s = state

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

Find out what's new and trending in the Fabric community.