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,
Need help in DAX,
Solved! Go to Solution.
@Anonymous , I think you need something like this
var A = CALCULATE(DISTINCTCOUNT('Transaction'[Customer_no]),FILTER('Transaction','Transaction'[Received_date] = [selected_date] && [delivery_date]=[selected_date]),
FILTER(loginfact_transaction,loginfact_transaction[batch_date]=[selected_date]))
@Anonymous , I think you need something like this
var A = CALCULATE(DISTINCTCOUNT('Transaction'[Customer_no]),FILTER('Transaction','Transaction'[Received_date] = [selected_date] && [delivery_date]=[selected_date]),
FILTER(loginfact_transaction,loginfact_transaction[batch_date]=[selected_date]))
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
25 | |
19 | |
14 | |
8 | |
7 |