Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register 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 July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
67 | |
65 | |
57 | |
39 | |
27 |
User | Count |
---|---|
85 | |
59 | |
45 | |
43 | |
38 |