Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I don't have measure. i need to show data based on two or three filter. like one filter is Sales Date another one is Country & City
How to write Correct set expression for this.
i tried below but i don't know exactly
if(({<[Sales Date ]=$::[Sales Date ]>},Monthname([Sales Date ])
if({<[Sales Date ]=$::[Sales Date]>},(chr(9650) & ' ' & [EmpName] & ' ' & [Emp ID]))
Thanks in Advance
Works With Alternate State and Expression like :
count(distinct{<[Sales Date] = $::[Sales Date],Country={'Canada'} >} Quantity)
1st Filter in Custom Alternate State (City)
2nd & 3rd Filter in Expression (SalesDate & Country)
Hi
Can you just explain what you are trying to achieve, I am not following what it is from you set analysis.
Set analysis could only be used in an aggregation function. When you say - 'I dont have measure' - it makes difficult to understand your use case. You might have a look into alternate state. Or, try to explain a bit more with an example.
A couple of points:
Works With Alternate State and Expression like :
count(distinct{<[Sales Date] = $::[Sales Date],Country={'Canada'} >} Quantity)
1st Filter in Custom Alternate State (City)
2nd & 3rd Filter in Expression (SalesDate & Country)
Works With Alternate State and Expression like :
count(distinct{<[Sales Date] = $::[Sales Date],Country={'Canada'} >} Quantity)
1st Filter in Custom Alternate State (City)
2nd & 3rd Filter in Expression (SalesDate & Country)