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 August 31st. Request your voucher.
Hi,
Im getting the error 'The expression contains multiple columns, but only a single column can be used in a True/False expression that is used as a table filter expression.' for below. Could somebody please help?
Solved! Go to Solution.
Hi @Anonymous ,
Try the following:
Count1 = CALCULATE (
SUMX(vm1, [Count]),
FILTER(
vm1, vm1[checkdate] = 1 && vm1[FinishedDate] = BLANK( )
)
)
Please give a kudos if this is helpful or accept it as a solution if it works!
Thanks,
Pragati
Hi @Anonymous ,
Try the following:
Count1 = CALCULATE (
SUMX(vm1, [Count]),
FILTER(
vm1, vm1[checkdate] = 1 && vm1[FinishedDate] = BLANK( )
)
)
Please give a kudos if this is helpful or accept it as a solution if it works!
Thanks,
Pragati
Thankyou 🙂
User | Count |
---|---|
27 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |