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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi,
I want to show average by week sales where the sales is greater than 40. X- axis denotes weeks and Y- axis denotes Sales in PowerBi Desktop.
Solved! Go to Solution.
Avg Weekly = CALCULATE(AVERAGEX( VALUES (Table[WEEK] ), [Total Sale]),[Total sale] > 40)
-- Try this one might work
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
Avg Weekly = CALCULATE(AVERAGEX( VALUES (Table[WEEK] ), [Total Sale]),[Total sale] > 40)
-- Try this one might work
Did I answer your question? If so, please mark my post as a solution!
Proud to be a Super User!
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 52 | |
| 45 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 108 | |
| 108 | |
| 39 | |
| 33 | |
| 25 |