Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 12 | |
| 11 | |
| 10 |