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.
Hi all,
I have created a table like this
Sales table
I created a date slicer
And I want to create a card that would show the average based on the selected period
So,
When I select Jan, Feb, and March in the slicer
Sales Jan = 100 + 200 + 500 = 800
Sales Feb = 150 + 200 + 400 = 750
Sales March = 300 + 160 + 450 = 910
I want the card showing the average sales for 3 months = (800+750+910)/3 = 820
When I select Jan, Feb, and March in the slicer
Sales Jan = 100 + 200 + 500 = 800
Sales Feb = 150 + 200 + 400 = 750
Sales March = 300 + 160 + 450 = 910
Sales April= 220+ 210 + 500 = 930
I want the card showing the average sales for 4 months = (800+750+910+930)/4 = 847,5
Please help me to solve this problem
Thank you..
Solved! Go to Solution.
hi, @Mars3442
Try below code
adjust your table name
hi, @Mars3442
Try below code
adjust your table name
Hi, @Mars3442
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly. Appreciate your kudos
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.