Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I have a database containing information about countries from all over the world. I want to create a new column with only EU countries; therefore I need to exclude the country names (they are strings). How can I proceeded?
Solved! Go to Solution.
Hi,
If you created and joined a second table containing only EU countries to the country name of the current table and then used a measure
Hi,
If you created and joined a second table containing only EU countries to the country name of the current table and then used a measure