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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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