Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi all!
I know this is a largely discussed topic, but I haven't been able to find a fix that works for me.
I'm trying to create a measure that calculates the amount of Impressions for the Same Week Last Year. I've treid many functions, but
I've never been able sort out the 1 day offset issue:
Last Calendar Week (or Week #2 2019) is Jan 6 – Jan 12, 2019
Same Calendar Week Last Year (or Week #2 2018) was Jan 7 – Jan 13 2018
What I would like to achieve now is this:
Ideally, the Last Year Week measure should calculate the following:
Can someone help me out in writing the DAX function for the above? Or provide other solutions?
Thanks!
Solved! Go to Solution.
@Anonymous
Have you tried:
DATEADD ( DATEADD ( 'Date'[Date]; -1; YEAR ); 1; DAY )
That should give you the dates you're looking for if the filter context is the week in 2019
Can you please provide the complete code, if possible. Am also facing same probklem.
@Anonymous
Have you tried:
DATEADD ( DATEADD ( 'Date'[Date]; -1; YEAR ); 1; DAY )
That should give you the dates you're looking for if the filter context is the week in 2019
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 54 | |
| 46 | |
| 44 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 73 | |
| 71 | |
| 34 | |
| 33 | |
| 31 |