Page MenuHomePhabricator

For Unique Devices on Turnilo, the initial screen should not add values by default. Is this configurable?
Closed, ResolvedPublic3 Estimated Story Points

Description

in the current setup there is a lot of potential for confusion, because on the initial view (example) it will show the sum over the uniques for all projects/language versions, which is not a meaningful number.

Event Timeline

Nuria set the point value for this task to 3.May 1 2017, 3:21 PM

(For reference, the previous discussion from which this arose: T159471#3223697 )

Waiting for new versions of druid/pivot.

Milimetric triaged this task as Medium priority.May 8 2017, 2:03 PM

Declinig since we're moving away from pivot because of it being non open-source.
We'll be using supset instead, which will allow to une that at dashboard level.

Reopening and renaming this task, considering that the above rationale no longer applies (Pivot has been replaced by Turnilo, which continues to have the same issue).

Tbayer renamed this task from Unique Devices on Pivot, initial screen should not add values by default, is this configurable? to For Unique Devices on Turnilo, the initial screen should not add values by default. Is this configurable?.Jun 22 2018, 7:56 PM
Tbayer updated the task description. (Show Details)

Turnilo is configurable, just not in the way it will help to solve this issue, the initial screen shows by default the aggregation of your measure ("uniques_estimate") over the dimensions. You can configure for that aggregation to be more specific like:

name: uniques_estimate_us
title: Uniques Underestimate US
formula: $main.filter($country_code=="US").sum($uniques_underestimate)

But you cannot decouple dimensions and measures.

https://github.com/allegro/turnilo/blob/master/docs/configuration.md

I think Joseph's point of using superset for users not so familiar with this data still stands, this might be a usability fail for turnilo but when the initial issue arouse superset was not an option.

See example of superset dashboard for Unique Devices.: https://superset.wikimedia.org/superset/dashboard/7/?preselect_filters=%7B%7D

Nuria moved this task from Paused to Done on the Analytics-Kanban board.
Nuria added a subscriber: JAllemandou.

Declining as there is no possible fix we can do.