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.
Hi, I have this data A1: C9
I want to calculate the average per date and must be able to filter by part.
The normal average function works fine.
However, how can I use averagex to get the same result as in the pivot? (Must be able to filter on Date, Part or any other filter such as customer ).
Solved! Go to Solution.
Hi,
You do not need an AVERAGEX() function. A simple AVERAGE() function would do.
Hi,
You do not need an AVERAGEX() function. A simple AVERAGE() function would do.