Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
This is weekly sales chart for Y2022 and Y2029
I would like this chart to end at W16, but can't figure out ways how to do it 😞 any suggestions?
Would make sense to some Filter on visual where Weeknum<=WEEKNUM(max(Sales_Date))
Solved! Go to Solution.
@Explico , try a measure like
M1 =
var _max = Weeknum(maxX(allselected(Sales), sales[Sales_Date]))
return
calculate([measure], filter(Sales, Weeknum(Sales[Week]) <=_max))
@Explico , try a measure like
M1 =
var _max = Weeknum(maxX(allselected(Sales), sales[Sales_Date]))
return
calculate([measure], filter(Sales, Weeknum(Sales[Week]) <=_max))
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.