The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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!
User | Count |
---|---|
80 | |
74 | |
41 | |
30 | |
28 |
User | Count |
---|---|
108 | |
96 | |
53 | |
48 | |
47 |