Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
If you want to know how to write more optimized versions of the lookup using other techniques, please go to
https://dax.guide/lookupvalue/
Best
D
Yes, it is returning more than one value. You can use the Alternate result parameter to return something like BLANK to get around the error.
If you want to see the values being returned, do this:
CONCATENATEX(
DISTINCT(
SELECTCOLUMNS(
FILTER('REC-SHIP','REC-SHIP'[CYCLE_ID] = 'REC-SHIP'[Previous Cycle]),
"Shipments.DATED",
'REC-SHIP'[Shipments.DATED]
)
)
)
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
14 | |
11 | |
7 |