Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin 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.
Hello,
I am trying to make a calculated group that can calculate the AVG (Sales $, Transactions count, etc) for each day (Sunday, Monday, ETC.)
I created the Calculated group in Tabular Editor and this is my formula, and there is one for each day.
VAR WEEKDAYtable =
FILTER (
'date',
date[TheDayName] = "Sunday"
)
RETURN
AVERAGEX ( WEEKDAYtable, SELECTEDMEASURE )I am running into this error. Would I need to use the calulate function somehow?
@OCBB_SFAFPandA , it should be selectedmeasure function
SELECTEDMEASURE()
Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display : https://youtu.be/qMNv67P8Go0
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 8 | |
| 8 | |
| 7 |