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.
Hello Experts,
I have below a sample table I want to make 0 for "marketing".
The table name is team details.
Row header | spends |
Salary | 23000 |
marketing | 2500 |
team outing | 300 |
team dinner | 2500 |
Solved! Go to Solution.
Hi,
i'm unsure of the purpose of this but to just change the spends amount of the marketing team you could create a new calculated column in DAX with an if statement:
Hi,
i'm unsure of the purpose of this but to just change the spends amount of the marketing team you could create a new calculated column in DAX with an if statement:
Hi Doleary,
Thanks am able to get the output. Now next step is to insert some values into the marketing rows(i have nearly 200 rows in orginal table ), from another table called the marketing table. Please help me.