cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
AnndreyMacedo
Frequent Visitor

how to return all results until filter date

I have a data table registered from January to December. When the slicer is in March, I want to return all records from January through March.

How to do this with DAX?

1 REPLY 1
kentyler
Solution Sage
Solution Sage

what i found online

i'm guessing that you want a year to date total of some field

The following sample formula creates a measure that calculates the 'year running total' or 'year running sum' for Internet sales.

DAXCopy
=TOTALYTD(SUM(InternetSales_USD[SalesAmount_USD]),DateTime[DateKey])  

 





Did this post answer your question? Mark it as a solution so others can find it!

Help when you know. Ask when you don't!




Join the conversation at We Talk BI find out more about me at Slow BI


Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

Top Solution Authors
Top Kudoed Authors