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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
PBrainNWH
Helper I
Helper I

List of accounts with >= $5,000 in at least one of five fiscal years

I want to be able to show a list of accounts and giving amounts where account giving totals are at least $5,000 in one of the fiscal years. So, >= $5,000 in FY2023 and/or FY2022, and/or FY2021... I do not want to list the account if they do not have a giving total of at least $5,000 in any of the shown fiscal years.

 

PBrainNWH_0-1683993301362.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@PBrainNWH , Try a measure like this or use this measure in visual level filter

 

Countx(Filter(Summarize(Table, Table[Account], Table[FY], "_total", [Total measure]), [_total]>5000), [Account])

 

 

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@PBrainNWH , Try a measure like this or use this measure in visual level filter

 

Countx(Filter(Summarize(Table, Table[Account], Table[FY], "_total", [Total measure]), [_total]>5000), [Account])

 

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.