Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
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 Friends,
Please help with advice on how to calculate current week sales in DAX.
The current week will be the weeknum of today from the calendar which I have created
Please see below link with pbix file with dummy data
Below is my formulae
Also I would like to count and display (week 33 (show the current week and month))Number of sales per country for
Week to Date
Month to Date
and YTD
Sales WTD =
calculate(sum(CountrySales[Sale ]),
filter(all('Date'), 'Date'[Date] <= max('Date'[Date])
&& 'Date'[WeekNum] = max('Date'[WeekNum])))https://app.box.com/s/6ctcewpl99axquosbsjwcct5ikdgvuer
Thanks so much.
Hi @MYDATASTORY ,
Does that make sense? If so, kindly mark the proper reply as a solution to help others having the similar issue and close the case. If not, let me know and I'll try to help you further.
Best regards
Amy
Hi @MYDATASTORY ,
You may create measure like DAX below.
Total sale per Week= CALCULATE(SUM(CountrySales[sale]),FILTER(ALLSELECTED(CountrySales),CountrySales[Country] =MAX(CountrySales[Country])&&WEEKNUM(CountrySales[Date]) =WEEKNUM(MAX(CountrySales[Date]))))
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I have updated the link with formulae
and I would like to Sum Total sales and diplay Current week sales (WTD week to date),Month to date, and Year to date
Hi @MYDATASTORY
Have a look at my blog post on how to easily achieve this, which will allow for the measures you are looking for
https://www.fourmoo.com/2016/09/07/create-dynamic-periods-for-fiscal-or-calendar-dates-in-power-bi/
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.
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 9 | |
| 8 | |
| 8 |