Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Good Afternoon,
I have a dataset that includes various organizations, that each deal in various currencies. Furthermore, there are two different amount types for each currency; a direct amount, and a counter amount.
I'd like to plot the currencies on the X-axis and the two amount types on the Y-axis. From there, I would like to drill down into the organizational level data i.e. depicting which organizations are making up how much of the EUR direct and counter amounts, for example.
Here is an example dataset:
Org. | Exposure Ccy | Direct | Functional Ccy | Counter |
A | CAD | 25 | USD | -20 |
A | DKK | 2 | USD | -0.2 |
A | EUR | 67 | USD | -76 |
A | TRY | 93 | USD | -6 |
B | CAD | -4 | USD | 3 |
B | DKK | -5 | USD | 1 |
B | EUR | -16 | USD | 18 |
B | TRY | -0.5 | USD | 0 |
C | CAD | 0 | EUR | 0 |
C | DKK | 20 | EUR | -3 |
C | TRY | -0.5 | EUR | 0 |
C | USD | -377 | EUR | 340 |
D | CAD | 0 | DKK | 0 |
D | EUR | 3 | DKK | -24 |
D | TRY | 128 | DKK | -59 |
D | USD | 1 | DKK | -6 |
Here is an idea of where I am trying to go (Note: this chart is lacking the ability to drill down into the organizational level data):
I'm really looking forwar to your response.
Thank you very much!!
Jack
Solved! Go to Solution.
Hi @Anonymous
What is the expected result?
Will you consider to create new table then create the visual like below?
Table 2 =
var a = SELECTCOLUMNS('Table',"Org.",'Table'[Org.],"Ccy",'Table'[Exposure Ccy],"Amount",'Table'[Direct],"Ccy type","Exposure","Amount type","Direct")
var b = SELECTCOLUMNS('Table',"Org.",'Table'[Org.],"Ccy",'Table'[Functional Ccy],"Amount",'Table'[Counter],"Ccy type","Functional","Amount type","Counter")
Return
UNION(a,b)
Best Regards,
Jay
Hi @Anonymous
What is the expected result?
Will you consider to create new table then create the visual like below?
Table 2 =
var a = SELECTCOLUMNS('Table',"Org.",'Table'[Org.],"Ccy",'Table'[Exposure Ccy],"Amount",'Table'[Direct],"Ccy type","Exposure","Amount type","Direct")
var b = SELECTCOLUMNS('Table',"Org.",'Table'[Org.],"Ccy",'Table'[Functional Ccy],"Amount",'Table'[Counter],"Ccy type","Functional","Amount type","Counter")
Return
UNION(a,b)
Best Regards,
Jay
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
106 | |
75 | |
44 | |
39 | |
33 |
User | Count |
---|---|
165 | |
90 | |
65 | |
46 | |
43 |