The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
25 | |
13 | |
12 | |
8 | |
8 |