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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. 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
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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