Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a problem with x axes label in chart.
I have a chart with month in x axes and value in y axes.
I have used following expression to exclude data filters
Avg({1<[MarketName]={'MGP'},[ZoneCode]={'PUN'}, [Date]=>}Val_18)
The expression work correctly but, in the chart label, I have the correct name only for month filtered
There's a solution for my problem?
Thanks
Avg({$< DateField= , [MarketName]={'MGP'},[ZoneCode]={'PUN'}, [Date]=>}Val_18)
This will ignore date field in set analysis
HTH
Vikas
Hi Vikas,
I have no problem with calculation.
The value shown in chart is correct. The problem is only the laber of x-axes where I see the month's name only for the months filtered and not for all.
Can you attach sample demo
Vikas