Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi,
I am wanting to say the following in dax, could anyone help.
if %digital=100 &NewspaperAds=0 & MagAds = 0 & Radio Ads=0 then Digitalonly = 100
Thanks
Chris
Solved! Go to Solution.
Please elaborate a little more on your question for us to understand what we need to help you with.
Are you trying to create a new column thats named Digitalonly? Are %digital, NewspaperAds, Radio Ads other columns in your table?
If it's a calculated column you want then you can reference the other columns by 'tablename'[column] and && will create a logical and for your conditions.
Br,
Magnus
Please elaborate a little more on your question for us to understand what we need to help you with.
Are you trying to create a new column thats named Digitalonly? Are %digital, NewspaperAds, Radio Ads other columns in your table?
If it's a calculated column you want then you can reference the other columns by 'tablename'[column] and && will create a logical and for your conditions.
Br,
Magnus
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.