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
Hello,
can someone tells me the difference between these two:
WithCounTX= countx(FILTER(MaterialTable, MaterialTable[StockLocation]<> "888" && MaterialTable[Transporttype]<> "100"),calculate(Distinktcount))
vs.
WithCalculateFunction = CALCULATE(DISTINCTCOUNT(MaterialTable[Materialnumber]),filter( Materialtable, Material[StockLocation]<> "888"), filter(Materialtable, Materialtable[Transporttype]<> "100"))
I also don't get the same results, but should the underlying "virtual table" not filtering the same?
Best.
Solved! Go to Solution.
@Applicable88 , first thing make sure first has
CALCULATE(DISTINCTCOUNT(MaterialTable[Materialnumber])
Can you a sample pbix after removing sensitive data.
@Applicable88 , first thing make sure first has
CALCULATE(DISTINCTCOUNT(MaterialTable[Materialnumber])
Can you a sample pbix after removing sensitive data.
User | Count |
---|---|
13 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
24 | |
16 | |
15 | |
10 | |
7 |