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 🙂 Is it possible to convet this measure into a column?
Hi @Anonymous ,
I could not know the result you want based on a single measure. Please upload some data samples and expected output.
Last but not least! Please do mask sensitive data before uploading.Thanks.
Best regards,
Eyelyn Qin
@Anonymous , As you are using a slicer value. It will not respond to the changes in the slicer. Only the first value will be taken while creating the column. I think not possible.
@Anonymous , leave it like measure use "values", or summarize to put a context.
example
sumx(Values(Table[User]),distinctCOUNT(Table[category]))
sumx(summarize(Table,Table[User],"_1",distinctCOUNT(Table[category])),[_1])
Hi @Anonymous
try smth like
Total depth =
var _stepno = 'DM_WELL_PLAN_OP'[step_no]
var _tmp =
IF(
_stepno=0,
'DM_WELL_PLAN_OP'[md_to],
LOOKUPVALUE('DM_WELL_PLAN_OP'[md_to],'DM_WELL_PLAN_OP'[step_no],_stepno+0)
)
return
_tmp
+
SUM(CD_DATUM[datum_elevation]))*(-1)*0.3048
Hi @az38 thanks! but get this error message:
A table of multiple values was supplied where a single value was expected.
@Anonymous
I think it's because one (or all) of mentioned fields in statement is a measure that should be rewrtitten also
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.