Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi experts
This formula gives an error: Sum([Group]={'General','Cars','Bikes','Houses'} [Total Stock])
It says: Error in expression: ')' expected
Where is the problem? Brackets should be fine.
Thanks for any help.
Tom
Hi @TomBond77 the difference :
Sum({<[Group]={'General','Cars','Bikes','Houses'}>} [Total Stock])
if it doesn't solve the problem maye be can you share a sample data and the expected output
@TomBond77 like :
Sum({<[Group]={'General','Cars','Bikes','Houses'}>} [Total Stock])
if you have [Total Stock] field if not maye be you want :
Sum({<[Group]={'General','Cars','Bikes','Houses'}>} Total [Stock])
@TomBond77 ,Try this
SUM({<[Group]={'General','Cars','Bikes','Houses'}>} [Total Stock])
Hi, I don't see any difference to my formula. Or am I blind? 😉
Hi Taoufiq
"Total Stock" is one measure.
Do you other way of solution?
Rgds
Tom
Hi @TomBond77 the difference :
Sum({<[Group]={'General','Cars','Bikes','Houses'}>} [Total Stock])
if it doesn't solve the problem maye be can you share a sample data and the expected output