Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone!
I have a chart from sum of a specific col.A and a reference line with avg(col.A) as value. This reference line changes along with the whole chart when selections are made in the filters and tables in the sheet.
Is it possible to have a reference line that always shows the average value of col.A regardless of the selections in the tables? If yes, please show me how.
Thanks in advance!
Hi Trinh,
Try the following function:
avg({1} col.A)
In set analysis the following formula reset all dimension: {1}
Hope this helps.
G.
Hi Trinh,
Try the following function:
avg({1} col.A)
In set analysis the following formula reset all dimension: {1}
Hope this helps.
G.
Hi
Use set analysis calculation for your reference line and put 1 rather than $ to ensure to keep the mesure even if you made selection :
may be this :
Count({1}col.A)
Hope it helps
Bruno
Hi Trinh,
Yes its absolutely possible. Under the add-ons section create a reference line and add this expression:
avg({1}Col)