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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Howdy2737
New Member

Building Matrix With Multiple Currency Values

Hello,

 

I am attempting to build a matrix with mutliple currencies being used as values (TRM, ACI, AVF) and placed in one table for each country as below. However, I wish the table to show the seperate values for each currency, but I am not sure how to select distinct currency values. In the table below, I have chosen TRM as the currency, so ACI and AVF are not correct. They should be 4852 (ACI) and 4852 (AVF). Is it possible to have multiple values in one PowerBi Matrix where the values are not seperate columns, but in the order as they are below? I have included the sample dataset below and thank you for the help ahead of time. 

 

 

Howdy2737_0-1704097089570.png

 

TRMACIAVFClass AVFClass ACIClassTRMCountryFiscal Quarter
100020482000CoRCoRCoRChina2024-1
122920582019CoRCoRCoRChina2024-2
134721892056CoRCoRCoRJapan2024-1
200029432803CoRCoRCoRJapan2024-2
220020102008AVFACITRMChina2024-1
394028422673AVFACITRMChina2024-2
242919381875AVFACITRMJapan2024-1
345819831756AVFACITRMJapan2024-2
429118771644RevenueRevenueRevenueChina2024-1
445818731737RevenueRevenueRevenueChina2024-2
292128912732RevenueRevenueRevenueJapan2024-1
332931982984RevenueRevenueRevenueJapan2024-2

 

1 ACCEPTED SOLUTION
Dangar332
Super User
Super User

hI, @Howdy2737 

follow step

1. in home tabe make transform data(go to power query editor)

2. in Transform tab select TRM, ACI, AVF column and click on unpivot column

3. in home tab click on close and apply

Dangar332_0-1704103498572.png

4. make new column for quarter as show in below and your data look like below image

Column = "qtr"&"-"&QUARTER('currency'[Fiscal Quarter])

 

Dangar332_1-1704103567162.png

 

5. in report view make matrix like below image

Dangar332_2-1704103644272.png

 

 

View solution in original post

1 REPLY 1
Dangar332
Super User
Super User

hI, @Howdy2737 

follow step

1. in home tabe make transform data(go to power query editor)

2. in Transform tab select TRM, ACI, AVF column and click on unpivot column

3. in home tab click on close and apply

Dangar332_0-1704103498572.png

4. make new column for quarter as show in below and your data look like below image

Column = "qtr"&"-"&QUARTER('currency'[Fiscal Quarter])

 

Dangar332_1-1704103567162.png

 

5. in report view make matrix like below image

Dangar332_2-1704103644272.png

 

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.