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

Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more

Reply
ERing
Post Patron
Post Patron

Need Help - How to sum revenue with critera

I have a requirement to have a card that displays revenue by date, however the revenue for Account Type = Existing should be summed with other records with the same Account ID according to the earliest Sale Date for records with the same Account ID.

 

Using the sample data below, selecting 10/1 should return $28,000 (highlighted rows). It would return the rows with sale date of 10/1/23, but also the rows where Account Type is Existing AND the Account ID matches records with the same Account ID of the selected Sale Date.

 

I tried doing this in PowerQuery by creating a new date column using my criteria, however I'm using Direct Query which prevented me from using that methoed.

 

Should I try to add a column in the report view? Can I build this logic into a measure?

 

Please help!

 

 

Capture 3.PNG

1 REPLY 1
amitchandak
Super User
Super User

@ERing , Try a measure like

 

Sumx(filter(allselected(Table), Table[Account ID] = max(Table[Account ID])) , [Revenue])

 

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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