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.
I have the following calculated table
=SELECTCOLUMNS(
{("ColumnName", Sales[SalesAmount])}
, "ColumnName", [Value1]
, "ColumnValue", [Value2]
)
Sales[SalesAmount] is a measure.
when I slice and dice this table in PowerBI / Excel, ColumnValue does not filter or change at all. Any Idea why?
Solved! Go to Solution.
I think possibly the answer is that the measure value is a column and so its value is set during processing time? I found another solution, so nevermind anyway...
I think possibly the answer is that the measure value is a column and so its value is set during processing time? I found another solution, so nevermind anyway...