The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I want to count the names on a chosen day from date table.
Measure=
var a=selectvalue('date'[date])
return
calculate(count(names),a>startdate&&a<enddate)
The error message is
The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value.
What did I do wrong?
Solved! Go to Solution.
Proud to be a Super User!
Proud to be a Super User!