Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I'm trying to use LOOKUPVALUE using DATA TABLE for Person and ComboCategory to get Avg Days (and then later Potential and Accuracy).
I end up with "A single value for column "ComboCategory" in table DATA TABLE can not be determined." error.
Objective is for each line in Data Table to grab any of the three variables (Avg Days, Potential, or Accuracy) in Lookup Table. Either as a measure or a column to use with Data Table.
@nesselman You can use MAXX(FILTER(...),...) as a replacement for LOOKUPVALUE or even CONCATENATEX(FILTER(...),...)
| User | Count |
|---|---|
| 57 | |
| 43 | |
| 32 | |
| 16 | |
| 13 |
| User | Count |
|---|---|
| 84 | |
| 70 | |
| 38 | |
| 27 | |
| 24 |