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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello,
This is suposed to be a very simple conditional formula but I am actually stuck.
Earnings Amount vs LY Variance % Arrow = SWITCH ( TRUE (), [Earnings Amount vs LY Variance %] > 0, "+", [Earnings Amount vs LY Variance %] < 0, "-", BLANK () ) && FORMAT ( [Earnings Amount vs LY Variance %], "0.00%" )
Solved! Go to Solution.
Please ignore. I've figured it out. I used two ampersands "&" instead of one. 😄
Please ignore. I've figured it out. I used two ampersands "&" instead of one. 😄