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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
I have simple table with 3 columns
Index - every month from now back is +1
Datum
OEE - calculated measure
Calendar_StartDT - basically shift (6:00,14:00,22:00)
I want to show average of OEE in chart of last 4 months back but I cant find how.
OEE is measure calculated per shift and if I put it on chart its ok if I have date on X but when I put there MonthIndex it probably SUM those values
Any idea how to get this average per index (month) ? Thank you!
Topic closed
problem was in my variable VAR _plannedProd where I didnt add days so when I filteres data I still had data only for one day
to make it bit more clear, here is how I calculate OEE
| User | Count |
|---|---|
| 49 | |
| 37 | |
| 33 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 132 | |
| 99 | |
| 56 | |
| 37 | |
| 37 |