Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
I want something like:
And i am stuck over here. I have created something like:
I appreciate your prompt response in advance, as it would be very helpful for me.
Solved! Go to Solution.
Hi @Shloka_Lakhani ,
(1) Here's my test data.
(2) Then create a measure.
Measure =
var _a=SUM('Table'[Value])
var _b=CALCULATE(SUM('Table'[Value]),ALLEXCEPT('Table','Table'[Type1]))
RETURN DIVIDE(_a,_b)
(3) The result is then as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Shloka_Lakhani ,
(1) Here's my test data.
(2) Then create a measure.
Measure =
var _a=SUM('Table'[Value])
var _b=CALCULATE(SUM('Table'[Value]),ALLEXCEPT('Table','Table'[Type1]))
RETURN DIVIDE(_a,_b)
(3) The result is then as follows.
Best Regards,
Neeko Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 51 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 38 | |
| 29 | |
| 27 |