The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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]}))