Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please help me to modify expression avg({1} MyField)
I want to show avg of all, but manage by Filter MYear.
In my case if I select any month in MYear, it shows trend for all month.
Thanks,
Filter works with this expression
avg(TOTAL<MYear>{$< Client*=, Industries*=>}[MyField])
but the result is wrong.
I need to investigate it.
=avg({1<MYear=P(MYear)>}MyField)
you didn't tell you've got only two dimensions to clear:)
this should work
avg({$<Client=, Industries=>} MyField)
also whiteline got fine idea
Thank you for your help.
You really helped me.