Dataset Exploration: Customize display/ordering of models/fields

Right now in the dataset exploration UI, the ordering of the fields and models are done alphabetically. This is troublesome because it doesn’t allow me to curate/customize what I want to present to the end users.

1/ In a star schema structure, I will want to put the facts model on top (and ideally expanded by default) so that end users’ attention are immediately brought to it.

2/ Within a model, I want the ability to reorder the fields, for various reasons:

  • Most important fields (maybe measures) can be on top.
  • I’m used to ID field being at the top of the list
  • Grouping related fields together

3/ Will be nice to be able to add some Markdown-based README for the dataset, so that analysts can provide instructions to end users on how to use it (key use cases, special logic, etc).

I’d imagine some of these would be quite straightforward? For example, with the models and fields defined in AML, we should just list the fields and models in the order that they are defined in the dataset file and model file?

Agree that more options for presentation would be helpful - for me, by far the most valuable would be the ability to group dimensions or measures together and also to create drill down hierarchies which group into a single dimension group.

3 Likes

100% this type of thing would be useful.

Being able to customise this would make models so much more user friendly. Anything that makes data easier to use by non-data people is a great thing

4 Likes

I would prefer some form of sort_key or sort_order you apply to the measure/dimension in the model, rather than taking the order in which they appear.

There might be purpose to the order of dimensions, such as existing dimensions, followed by custom dimensions, and this may not be the order I actually want them displayed, but want to keep them in that order in the model.

3 Likes

Just realized that there’s a similar request posted here by @Abdel

1 Like

Hi @Alex_H , @DataGeekDude @david-ri ,

We are working on an upcoming feature Dataset View that can potentially addresses the problems discussed above. :point_down: Would you mind check it out and share us your thoughts on it?

:card_index_dividers: [Upcoming] Customizable Dataset Views - Product Releases - Holistics Community

1 Like

Hi @Alex_H @DataGeekDude @david-ri ,

We’re happy to inform you that an Open Beta version of Dataset view has been made available to everyone using Holistics 4.0 version.

This version of Dataset view allows dataset creators using AML syntax to:

  • Select fields: choose which fields to display in the dataset UI
  • Re-order fields and models: define a customized order for fields and models within the dataset

Check out our demo video below:

:tada: This feature is available in Open Beta and we’ll be back with more updates for this exciting new feature.

:point_right: Feel free to share your feedback in this thread: :card_index_dividers: [Launched] Dataset View in Open Beta

3 Likes