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 everyone,
I have the data with a structure like this
I want to create summary like below table (let's call this summary table😞
Where the GOE equals to Opex divided by Sum of Grouped Average TWPI.
For the Sum of Grouped Average TWPI, I wrote the DAX as below (I average the TWPI based on the Business column, and then sum all the grouped average):
Solved! Go to Solution.
Hi, first of all, I created a small subset of your table like below:
Then for for average TWPI, created below measure:
It is taking sum of average fields.
If this helps to resolve your problem then please mark it as solution provided, thanks!
Hi, first of all, I created a small subset of your table like below:
Then for for average TWPI, created below measure:
It is taking sum of average fields.
If this helps to resolve your problem then please mark it as solution provided, thanks!