The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
27 | |
19 | |
12 | |
9 | |
5 |