Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I want to show the X value on the line graph starting from 0. Can you help me please?
Thanks
Try this
First Measure :If(ValueList(1,2)=1,0, Sum({<Department={'A'}>}Sales))
2 measure: If(ValueList(1,2)=1,0,Sum({<Department={'B'}>}Sales))
Dim: =ValueList(1,2) (hide x axis label)
Hello,
You wrote <Department={'A'} and <Department={'B'}
I'm sorry but I don't understand 😞
For example, where is the error below?
Thanks.
Dimesion:
=ValueList('Daily', 'for 15 days', 'Monthly', 'Yearly')
Expression:
If(ValueList('Daily', 'for 15 days', 'Monthly', 'Yearly') ='Daily',0,
Count({<Year = {"$(=Date(Today() -1,'YYYYMMDD'))"}>} tav)
....
I guess it will be 🙂
All values need to start at 0