Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi @flyhigh15 ,
Use below.
count({<year={'2015','2016','2017'}>}distinct customer)
not working ..... year can any from given orderdate.
do you have year filed in the data model then you can use that field or try belo
count({<year(Orderdate)={'2015','2016','2017'}>}distinct customer)
i have tried this.. is this write??? =
count({<year= GetFieldSelections>}distinct CustomerID)...
if you want to change your expression value on the selection you can use below
Count(distinct Customer)