Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Robertorufino93
New Member

Table with two different formats in the same column. (Accounting (€) + Percentage (%)).wo

 

How can I reply in the power BI as a Matrix, a collum with two differents formats ?(Accounting (€) + Percentage (%)). It is possible ?

 

Robertorufino93_1-1722256136310.png

 

2 ACCEPTED SOLUTIONS
miTutorials
Super User
Super User

Check out this tutorial - You will have to tweak a bit based on your requirements !!

 

NEW : Dynamic Format String Feature Explained | Add Decimals | Change Currency Symbol | MItutorials ...

View solution in original post

Anonymous
Not applicable

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.

vstephenmsft_0-1722407321431.png

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.

 

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

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.

vstephenmsft_0-1722407321431.png

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.

 

miTutorials
Super User
Super User

Check out this tutorial - You will have to tweak a bit based on your requirements !!

 

NEW : Dynamic Format String Feature Explained | Add Decimals | Change Currency Symbol | MItutorials ...

Robertorufino93
New Member

Yes, unfortunately I cannot found information about Percentage + Accouting. It is just in the same format in the types differents.

aduguid
Super User
Super User

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

Find out what's new and trending in the Fabric community.

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.