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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.