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.
Hi everyone,
Trying to create a measure with the help of DATEADD but something is not working.
Solved! Go to Solution.
Of course it's not working because you have not taken the effort to get familiar with the time-intel functions and how they work in Power BI. Please head over to http://dax.guide/dateadd and carefully study the documentation. Then, build a correct model (meaning: star-schema).
This measure should work fine after you've understood how the model should be structured:
TEST Orders =
CALCULATE(
DISTINCTCOUNT( 'Export'[Id] ),
KEEPFILTERS( 'Export'[CaseTyp] = "X" ),
KEEPFILTERS( 'Export'[Closed] = "Confirmed" ),
KEEPFILTERS( 'Export'[Status] <> "Pre" ),
DATEADD(
'Calendar'[Date],
30,
DAY
)
)
Hi @Anonymous ,
Is your problem solved, if it is solved, you can mark the correct answer, if not, can provide detailed information, we can help you better.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi!
Thanks for the help! I will read the documentation. Regarding the star-schema is already in place, just imported a table and wanted to try this first!
Hi @Anonymous ,
Is your problem solved, if it is solved, you can mark the correct answer, if not, can provide detailed information, we can help you better.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Of course it's not working because you have not taken the effort to get familiar with the time-intel functions and how they work in Power BI. Please head over to http://dax.guide/dateadd and carefully study the documentation. Then, build a correct model (meaning: star-schema).
This measure should work fine after you've understood how the model should be structured:
TEST Orders =
CALCULATE(
DISTINCTCOUNT( 'Export'[Id] ),
KEEPFILTERS( 'Export'[CaseTyp] = "X" ),
KEEPFILTERS( 'Export'[Closed] = "Confirmed" ),
KEEPFILTERS( 'Export'[Status] <> "Pre" ),
DATEADD(
'Calendar'[Date],
30,
DAY
)
)
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |