Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I'm trying to use Summarize for the first time, and i keep getting an error that says
Semantic error: "multiple values cannot be converted to a scalar value"
This is my DAX
And below is the tables I'm working with
Any ideas what could be wrong ? Thanks
What result are you expecting from the countx? If you want the count by [case type] you need to add that as a column first, then your summary could be simply "count", countrows(new inventory)
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
9 | |
6 |