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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

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
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors