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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
How can I reply in the power BI as a Matrix, a collum with two differents formats ?(Accounting (€) + Percentage (%)). It is possible ?
Solved! Go to Solution.
Check out this tutorial - You will have to tweak a bit based on your requirements !!
Hi @Robertorufino93 ,
You can create measure for this matrix, here's an example.
As you can see, the last row dispaly the percentage of Group B in the total value is shown.
You can try using HASONEVALUE or ISFILTERED to add to the IF statement that returns values in different formats.
ISFILTERED function (DAX) - DAX | Microsoft Learn
HASONEVALUE function (DAX) - DAX | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Robertorufino93 ,
You can create measure for this matrix, here's an example.
As you can see, the last row dispaly the percentage of Group B in the total value is shown.
You can try using HASONEVALUE or ISFILTERED to add to the IF statement that returns values in different formats.
ISFILTERED function (DAX) - DAX | Microsoft Learn
HASONEVALUE function (DAX) - DAX | Microsoft Learn
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Check out this tutorial - You will have to tweak a bit based on your requirements !!
Yes, unfortunately I cannot found information about Percentage + Accouting. It is just in the same format in the types differents.
Have you looked into dynamic formatting?
https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-dynamic-format-strings
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.