Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello Team,
I need help to calculate sales with a specific start date.
I need something like that:
Solved! Go to Solution.
Hey @Anonymous ,
you can change the filter context with the CALCULATE function.
The following approach should work:
Sales since January 6 2022 =
CALCULATE (
SUM ( Append1[Sales] ),
'Date'[Date] >= dt"2022-01-06" && 'Date'[Date] <= TODAY ()
)
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
Hey @Anonymous ,
you can change the filter context with the CALCULATE function.
The following approach should work:
Sales since January 6 2022 =
CALCULATE (
SUM ( Append1[Sales] ),
'Date'[Date] >= dt"2022-01-06" && 'Date'[Date] <= TODAY ()
)
If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
Best regards
Denis
Blog: WhatTheFact.bi
Follow me: twitter.com/DenSelimovic
User | Count |
---|---|
84 | |
73 | |
67 | |
42 | |
35 |
User | Count |
---|---|
109 | |
56 | |
52 | |
45 | |
43 |