I want Better Dataset Visualization in Dataiku Dashboard

Neville Qi
Neville Qi Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 7 ✭✭✭

I need to leverage Dataiku Dashboard to visualize Dataset with a better look.

this is what I want (set different colors for value criteria / bold font / dataframe multindex support /etc):

Screenshot 2025-01-23 181409.jpg

this is visualization of dataset currently (quite plain):

Screenshot 2025-01-23 181502.jpg

I am code designer and can write python, btw, is there any solution?

Operating system used: Windows

Operating system used: Windows

Answers

  • Grixis
    Grixis PartnerApplicant, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 110 ✭✭✭✭✭✭

    Hey @Neville Qi,

    I think you could just use this kind of feature below;

    display_color_dataset.png

    Let's choose color by rules and apply the same pattern. It looks classically like, red negative value and green for the opposite.

    After that you can share the dataset view on your dashboard. You can also use the dataset's Chart section to further configure your view for sharing.

  • Turribeach
    Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023, Circle Member Posts: 2,722 Neuron
    edited January 2025

    Dataiku's Dashboards are never going to be as strong as tools specially built for visualisation. Nothing stops you from building reports on other visualisation tools. If you can code in Python you should look at Dataiku Webapps which allow you to develop webapps inside Dataiku using various Python visualisation frameworks. Here are few samples:

    https://knowledge.dataiku.com/latest/data-viz/webapps/concept-webapps.html

    https://developer.dataiku.com/latest/tutorials/webapps/index.html

Setup Info
    Tags
      Help me…