Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.