The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
10 | |
10 | |
10 | |
9 |