Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi Team,
Required your assistance, I am working on Matrix visualization, where i want to combine two calculated measure as mentioned:
Below are measures
Eg: 107/282= %6+wk 38%
I want to combine column 2&3 as new result, similar for 4&5, 6&7 respectively, tried to calculated but not getting correct result in above table you can see TEST measure.
Dax:
can somebody help to get this result.
Thanks & Regards,
Hari
Solved! Go to Solution.
Hi @Pragati11,
Not getting correct result.
Below Measure used for calculation
% 6+ weeks visibility = DIVIDE(Query1[%6week_3],Query1[%6week_1&2],0)
Regards,
Hari
HI @harirao ,
Just modify the last DAX as follows and check:
>6 Week Visibility/Percentage = CONCATENATE([>6week_visibility], CONCATENATE(" / ", FORMAT([%6 + 6 weeks_visibility], "0.00%")))
Please replace your correct measure names in the above dax.
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
HI @harirao ,
You can just Concatnate your both measures as follows:
>6 Week Visibility/Percentage = CONCATENATE([>6week_visibility], CONCATENATE(" / ", [%6 + 6 weeks_visibility]))
Please replace your correct measure names in the above dax.
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
Hi @Pragati11,
Not getting correct result.
Below Measure used for calculation
% 6+ weeks visibility = DIVIDE(Query1[%6week_3],Query1[%6week_1&2],0)
Regards,
Hari
HI @harirao ,
Just modify the last DAX as follows and check:
>6 Week Visibility/Percentage = CONCATENATE([>6week_visibility], CONCATENATE(" / ", FORMAT([%6 + 6 weeks_visibility], "0.00%")))
Please replace your correct measure names in the above dax.
If this helps and resolves the issue, appreciate a Kudos and mark it as a Solution! 🙂
Thanks,
Pragati
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 |
|---|---|
| 61 | |
| 59 | |
| 42 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 108 | |
| 100 | |
| 39 | |
| 29 | |
| 29 |