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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hallo,
I would like to calculate average per month but so far its constant (3.3😞
Date Table (linked):
Date Table is a separate table...
field 'Daily Issues'[Completion_Time] is not a measure but its a calculate column, it doesnt allow me to insert it..other solution?
Try this and see if it works...
Completion 2022 = AVERAGEX (
VALUES ('Date Table'[Year] )
, 'Daily Issues'[Completion_Time])
)
Replace, 'Date Table'[Year] with "YYYYMM" or "MMM" per your needs.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 47 | |
| 29 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 89 | |
| 74 | |
| 39 | |
| 26 | |
| 24 |