Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Can someone help me with the following:
I have this expression
COUNT(DISTINCT{<[Task AMS First creation Volume Flag]={1},[Gate DRD]={1}>}[AMS Document ID])
And the data is currently shown by month and Country Region
I want to show the data in another table by YTD, but i don't want the Month dimension to effect the YTD
Hope this makes sense.
Thanks in Advance
add Month= in your set analysis
As Dilip suggested use your monthfield like below:
= COUNT(DISTINCT{<[Task AMS First creation Volume Flag]={1},[Gate DRD]={1}, MonthField=>}[AMS Document ID])