Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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 |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 11 | |
| 10 | |
| 10 | |
| 10 | |
| 8 |