Hi guys, as shown in the picture, I have a column containing regions, states etc all togheter and I'd like to extract regions (that are uppercase, like AFRICA) using a custom column in power query editor (second picture). Can anyone tell me wich is the right pattern? (like "A"..."Z" in the second picture)
Solved! Go to Solution.
hi @PieroPinzone ,
Try this
= Table.AddColumn(Source, "Custom", each if [Country] = Text.Upper([Country]) then [Country] else "")
hi @PieroPinzone ,
Try this
= Table.AddColumn(Source, "Custom", each if [Country] = Text.Upper([Country]) then [Country] else "")
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.