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
I am trying to filter the measure count(...) with an expression from Orders table with condition Final=1.I am not able to include that anywere in the measure.Tried a couple of ways but no luck.Ps help
TotalReceiving:=calculate(COUNT('Orders'[OrderID]),LASTNONBLANK('Date'[Date],CALCULATE(COUNT('Orders'OrderID]))))
I need to include another filter condition here like:
'Orders'[Final]=1
Solved! Go to Solution.
@Anonymous,
You may check if the following link helps.
https://www.sqlbi.com/articles/filter-arguments-in-calculate/
@Anonymous,
You may check if the following link helps.
https://www.sqlbi.com/articles/filter-arguments-in-calculate/
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
14 | |
9 | |
5 | |
5 | |
4 |