I want Better Dataset Visualization in Dataiku Dashboard

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):
this is visualization of dataset currently (quite plain):
I am code designer and can write python, btw, is there any solution?
Operating system used: Windows
Operating system used: Windows
Answers
-
Grixis PartnerApplicant, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 94 ✭✭✭✭✭✭
Hey @Neville Qi,
I think you could just use this kind of feature below;
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 Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,248 Neuron
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