Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
need to replicate below formula in Power BI
IF (contains([Site Name],'facebook')
OR contains([Site Name],'FACEBOOK')
OR contains([Site Name],'linkedin')
OR contains([Site Name],'snapchat')
OR [Site Name]='PINTEREST'
OR [Site Name]='TWITTER'
OR [Site Name]='REDDIT.COM')
THEN
'Social'
ELSE
[Media Channel]
END
any suggestions ?
Go to Power Query, Under ADD COLUMN Tab click on CUSTOM COLUMN.
Paste the below code.
if List.Contains({"Facebook","Twitter","Linkedin"},[ENTER YOUR COLUMN NAME]) then "SOCIAL" else ""
Regards
Ismail
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.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!