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
Here are two visuals side by side . They use the same parameters , Vessel_Name , Control Type and Measure_Ra_SUM_2.
Vessel_Name
Control Type
Measure_RA_SUM2
Hi @Agent47 ,
Thanks FreemanZ for the quick reply. I have some thoughts to add:
You can create a new measure and then place the new measure on the visual object.
Measure =
SUMX(
SUMMARIZE(
'Table',
'Table'[VESSEL_NAME],
'Table'[Control_Type],
"total",[Measure_RA_SUM2]),
[total]
)
If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.
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 @Agent47 ,,
try like:
Measure_RA_SUM2 =
SUMX(
VALUES(TableName[Control Type]),
CALCULATE(
DISTINCTCOUNT('Risk Assesment'[Ra_Code]),
REMOVEFILTERS('Consequences'[Control_Type]),
VALUES('Consequences'[Control_Type])
)
)
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 |
|---|---|
| 49 | |
| 40 | |
| 37 | |
| 14 | |
| 13 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 28 | |
| 27 |