Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Ok first, please rest assured I have looked through what I presummed all possible answers in the forums first 😄
I am trying to create a matrix table that compares sales from the current week and previous week with the sales variance. Now here is my problem, the sales for current week will not populate unless that week is full ( as in monday - sunday).
My formula works on dummy data and if I change it on this current data to 4 weeks, 3 weeks, 2 weeks, 1 week back it works.
My question is how do I get the current cummulative total to show without it wanting to finish out the week?
Sales-CWeek = CALCULATE([SalesTotal], SalesEntry[YearWeek] = WEEKNUM(NOW(),2) )
This will be a daily refreshed argument for our clients so they can keep track of where they are at for the week verses the previous week.
Solved! Go to Solution.
Hi @kenthub,
Could you try the formula below to see if it works?
Sales-CWeek = CALCULATE ( [SalesTotal], FILTER ( 'PeriodDate', YEAR ( 'PeriodDate'[Date] ) = YEAR ( NOW () ) && WEEKNUM ( 'PeriodDate'[Date], 2 ) = WEEKNUM ( NOW (), 2 ) ) )
Regards
Hi @kenthub,
Could you try the formula below to see if it works?
Sales-CWeek = CALCULATE ( [SalesTotal], FILTER ( 'PeriodDate', YEAR ( 'PeriodDate'[Date] ) = YEAR ( NOW () ) && WEEKNUM ( 'PeriodDate'[Date], 2 ) = WEEKNUM ( NOW (), 2 ) ) )
Regards
Worked! Thanks so much!
I tried something similar by setting a second filter for the current year in the Calculate function but it wasn't showing as correct. I presume the filter function simplifies that and/or makes it easier when crunching dates?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |