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
Hi ,
I want to see the VanArsdel Sales in all the rows. But I am seeing the value only against "VanArsdel". Please see the below image. And the DAX I have used,
Solved! Go to Solution.
@Anonymous Is that "Sales Amount" a column and not a measure? if yes then that is cross filtering your measures. Use this instead:
VanArsdel Sales =
CALCULATE (
Sales[Sales Amount],
FILTER (
ALL ( Products[Manufacturer], Products[Sales Amount] ),
Products[Manufacturer] = "VanArsdel"
)
)
Or maybe the Manufacturer column isn't coming from Products table?
@Anonymous Is that "Sales Amount" a column and not a measure? if yes then that is cross filtering your measures. Use this instead:
VanArsdel Sales =
CALCULATE (
Sales[Sales Amount],
FILTER (
ALL ( Products[Manufacturer], Products[Sales Amount] ),
Products[Manufacturer] = "VanArsdel"
)
)
Or maybe the Manufacturer column isn't coming from Products table?
Yes you are right, the Manufacturer column isn't coming from Products table, it's coming from Manufacturer table !!
Thanks a lot for responding Antriksh !
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |