Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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 September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
105 | |
99 | |
39 | |
30 |