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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors