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,
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 |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
30 | |
13 | |
11 | |
9 | |
6 |