Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi
I made a matrix with leadergroup hierarchy, however the total percentage for rls leaders and total percentage can be above 100 %.
I want the percentage for leaders and totals to be an average of their employees. The measure works on the single employee (marked with blue), however the percentages sum up as shown in table below marked with yellow.
If you need my calculations for sickness(sygdom) or the percentage to help fixing this issue, feel free to ask.
Thanks,
Spang
Solved! Go to Solution.
Hi @Anonymous ,
According to your statement, I think you want to percentage and totals in matrix subtotal to be an average of their employees. I suggest you to try ISINSCOPE() function to create a measure.
My Sample:
Measure:
Measure =
IF(ISINSCOPE('Table'[Level2]),SUM('Table'[Sygdom]),AVERAGE('Table'[Sygdom]))
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
According to your statement, I think you want to percentage and totals in matrix subtotal to be an average of their employees. I suggest you to try ISINSCOPE() function to create a measure.
My Sample:
Measure:
Measure =
IF(ISINSCOPE('Table'[Level2]),SUM('Table'[Sygdom]),AVERAGE('Table'[Sygdom]))
Result is as below.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |