Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have my base data something like this and finally would want to show a graph with sales_area and value highlighted in yellow.
The values are QtyperHour=divide(sum(qty),sum(tothours))
I have tried to use nested group up with divide, can someone pease share how to use nested group by/summarize with divide.
Solved! Go to Solution.
Hi @rishic,
Actually, you don't need the function "Summarize". Please try out the formula below.
Measure = DIVIDE ( SUM ( Table1[Pur_quantity] ), SUMX ( VALUES ( 'Table1'[Tot_Hours_Spent] ), [Tot_Hours_Spent] ) )
Best Regards,
Dale
Hi @rishic,
Actually, you don't need the function "Summarize". Please try out the formula below.
Measure = DIVIDE ( SUM ( Table1[Pur_quantity] ), SUMX ( VALUES ( 'Table1'[Tot_Hours_Spent] ), [Tot_Hours_Spent] ) )
Best Regards,
Dale
User | Count |
---|---|
75 | |
75 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
89 | |
52 | |
48 | |
46 |