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 receive an error message "The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value." here is the formula below, please help me correct this issue.
Hi, @mpw
Can you provide example files and what output you expect? This will better help you solve the problem. Please remove any sensitive data in advance.
How to provide sample data in the Power BI Forum - Microsoft Fabric Community
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you - see attached.
EL Month Conversion: date table
NA Sales w LY: sample data, TY(this year), LY(last year), PL(plan)
FY LE: sample data LE(latest estimate)
I would like to use this custom date table and create a switch that toggles wtd, mtd, qtd, ytd
also - here is a screenshot of my relationships
RETURN
ADDCOLUMNS(
ROW(
"TY", TY_Value,
"LY", LY_Value,
"PL", PL_Value,
"LE", LE_Value
),
"Var TY vs LY", TY_Value - LY_Value,
"Var TY vs PL", TY_Value - PL_Value,
"Var TY vs LE", TY_Value - LE_Value
)
You are returning a table. That is not possible for measures or calculated columns.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.