Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I want a dropdown list which combines tow columns "FROM_CURRENCY" (CAD, USD...) and "To_CURRENCY" (CAD, USD...)in Sql server. EX: CAD -> USD and USD -> CAD are the same and I write them as CADUSD. I also want them not to be repetitive.
Can someone help me with that?
Thanks
Solved! Go to Solution.
@Anonymous ,
Add a custom column in Query Editor.
Text.Combine(List.Sort({[FROM_CURRENCY],[To_CURRENCY]}))
@Anonymous ,
Add a custom column in Query Editor.
Text.Combine(List.Sort({[FROM_CURRENCY],[To_CURRENCY]}))
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
108 | |
108 | |
107 | |
89 | |
61 |
User | Count |
---|---|
171 | |
139 | |
133 | |
103 | |
86 |