The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
In import mode I just make a new column with the average calculation, but now in Direct Query I cannot use average when making a expression for a new column. What is the best approach to acheive this?
Thanks,
-A-
@Peavey , You have to think the same in terms of measure.
In case it is simple Avg
Avg Measure = Average(Table[A])
If that was a calculation at the row level , try like
Avg Measure = AverageX(Table,Divide(Table[A],Table[B]))
@amitchandakclose but not quite.
I have 10 rows I need to average. Tried your solution and it works on fex. 2 rows. But when trying all 10, I get the error message: Internal error: An expression services limit has been reached. Please look for potentially complex expressions in your quesry, and try to simplify them.
Any ideas?
@amitchandakthere are 10 tables with 62 rows.
One row is one week. I need the average on each week from each table.
@Peavey ,
You can't create calculated column in PBI with Direct Query mode. But you can create measure. There are some limitations please refer the below image and link:
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-directquery-about
@Peavey ,
For more deets, please refer the below link;
User | Count |
---|---|
78 | |
73 | |
38 | |
30 | |
28 |
User | Count |
---|---|
107 | |
100 | |
55 | |
49 | |
45 |