Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Is it possible to add a colum in a table with a UNICHAR for a country flag ?
I manged to use url, however flags have diffrent sizes, URL can change etc.
So my idea was to use UNICHAR instead . but I can´t get it working .
Examples:
UNICHAR for Denmark is ;
Denmark | U+1F1E9 U+1F1F0 | 🇩 🇰 |
UNICHAR for belgium is:
Belgium | U+1F1E7 U+1F1EA | 🇧 🇪 |
Column when using url:
FLAG = IF('MD '[COUNTRY] = "DK", "http://www.geonames.org/flags/x/dk.gif" ,
UNICHAR for Denmark is ;
Denmark
U+1F1E9 U+1F1F0
🇩 🇰
In DAX that is "DK" albeit in weird font. Not a flag?
I get returned "DK" as letters .
i am searching for a code that will return me a flag icon. (Not a letter )
do you know how ?
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.