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.
I have made a measure that accumulates over week_number:
acc actual 2018 = calculate(sum('actuals 2017[2018 Actuals]); Filter(Allselcted(Actuals 2017); Actuals 2017[weekno] <= max(Actuals 2017[weekno])))
but when i plot the measure with weekno i get a plateau that I dont want, since it is still some weeks without data for 2018. I want the graph to stop at week 49, so that i instead of have a plateau can ha a prediction for what's left of the year.
I tried to make a measure that returns blank when the weekno we are currently in are higher than the weekno i am trying to accumulate.
chec = IF( CALCULATE ( MAX ( Actuals 2017[weekno]); ALL(Actuals 2017[weekno])) < WEEKNUM(TODAY()) ; [acc actual 2018] ; BLANK())
But when i do this the measure refuses to be plotted with weekno. I can't see anything..
Can someone help?? 🙂
Hi @AneZ,
I'd like some sample data to help us clear your table structure and test to coding formula.
Regards,
Xiaoxin Sheng
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
104 | |
69 | |
49 | |
41 | |
34 |
User | Count |
---|---|
164 | |
111 | |
61 | |
53 | |
38 |