In Power BI, how do I split a row by a delimiter to extract specific values or create new rows based on the delimited data?
Example: Let's say I have a column named "Country" with multiple values like "USA, UAE" separated by a comma. How can I split this column into two separate rows using a comma as the delimiter in Power BI?