Questions tagged [dashboard]

A dashboard is a user interface that organizes and presents information in a way that is easy to read to the user of a website. A dashboard typically indicates items which require urgent actions at the top of the page, moving into less important statistics at the bottom.

See Dashboard (web administration) on Wikipedia.

3042 questions
3
votes
0 answers

Link Excel Model to interactive Web Dashboard via bulK import of CVS into SQL

I have a few Excel wordbooks which will be generating dozens of csv files which need to be imported in their corresponding receiving SQL tables every 5 minutes. I wonder which would be the elegant way to do this? Can SQL script be used to import…
Dave
  • 45
  • 1
  • 6
3
votes
1 answer

Change the "WooCommerce" Dashboard Menu option name into "Store"

Based on Change WooCommerce products menu title in WordPress admin dashboard answer by 7uc13r, I am trying to understand how to change WooCommerce into Store. I've tried with the following, without success: #1: Debug, show the menu array on…
Tina York
  • 63
  • 4
3
votes
0 answers

set default value for slicer in power bi

in a power bi report, I wanna set a default filter in the slicer. the slicer contains different branches and I wanna set a special branch as default when the user opens the report. can you help me to set the default value for the slicer? I have…
Zahra
  • 317
  • 4
  • 16
3
votes
1 answer

Output value on dashboard using Dash (from Plotly) after entering values for variables

I am creating a dashboard where I have a series of variables, 12 to be specific, and I am trying to run a machine learning prediction model for property prices. I am using for this example only some of the variables to output a prediction based on a…
eurojourney
  • 71
  • 1
  • 9
3
votes
0 answers

Is there a way to set dynamic width & height for plotly graphs?

I am trying to create a Dashboard using Dash and Plotly graphs. I have also added dash bootstrap components for card-component. I want to fit 4 graphs on 4 cards in this fashion: I was able to create card body using following code: import…
3
votes
1 answer

multiple same key button generated in streamlit

I have been trying to create a web dashboard with streamlit. The error after running a segment comes to be, " There are multiple identical st.button widgets with the same generated key. " I am attaching a section of my code below x = 1 while x > 0: …
Aayush Kaushal
  • 101
  • 2
  • 2
  • 10
3
votes
0 answers

Why is the SHERPA dashboard visualization showing up blank?

I'm using the optimizer SHERPA to train a machine learning network. When the training begins, it lists a url that takes you to a built-in SHERPA dashboard to track the progress as it runs. The url is connected to a local host forwarding port…
Nicole
  • 31
  • 2
3
votes
1 answer

"404 Not found" when trying to connect to dask dashboard

I'm using dask.distributed on a remote machine accessible via SSH, and attempting to connect to the Dask dashboard. I remember it's worked before (in other virtual environments) when I was doing my first steps with Dask, but now any time I try to…
David
  • 437
  • 1
  • 4
  • 15
3
votes
2 answers

How to add header to a bokeh dashboard in python?

I created a dashboard in bokeh, but how I can I ad a universal header to it? I did a lot of research before, but it seems like nobody asked this simple question before. Thanks for helping me :)
maxpower
  • 47
  • 6
3
votes
1 answer

How to show the entire labels in Y axis with Google Data Studio?

I am using Google Data Studio to create some horizontal bar charts. When creating these charts, the names in the Y axis don't appear entirely. Instead of showing "Personas que puedan morir", for example, it shows "Person...". This is not…
polo
  • 185
  • 1
  • 3
  • 11
3
votes
0 answers

How to add a background image to a dashboard - plotly

I wish to add a background image to my dash, and I want to use a figure to describe the features or observations of the image, I coded with plotly but it doesn't work well. I am not sure whether I should add the image fig in the traces part or in…
Alice jinx
  • 585
  • 3
  • 15
3
votes
1 answer

Can I export a Power BI dashboard to Data Studio?

I have a dash made with Power BI, but I'm using Linux now and can't use it. I'd like to start using Data Studio, but I need to use the dashes I've already created with Power BI.
Luísa Moura
  • 51
  • 1
  • 5
3
votes
1 answer

How to view Roles and ClusterRoles details in kubernetes dashboard

I am using kubernetes dasboard in version: v1.10.1 When I go to "Roles" tab I can see a list of ClusterRoles and Roles. I would like to see more details about a particular role from the list, but I do not see any "details" button. I want to see…
fascynacja
  • 1,625
  • 4
  • 17
  • 35
3
votes
2 answers

How to select dataset column from dropdown in Dash by Plotly in Python?

I'm hoping for some guidance on creating a dashboard using Dash by Plotly in Python. Although there is a lot of documentation and forums posts available online, I feel that they assume some knowledge that I may be missing, particularly in correctly…
Pyy
  • 327
  • 6
  • 23
3
votes
1 answer

Grafana dashboard variable - handling NULL values in Query-based variable

I've created a Grafana dashboard variable (multi-select enabled) based on a MySQL query: SELECT DISTINCT(my_field) from my_table This field has about 12 options, one of them being a NULL value. When editing my dashboard widgets, I include a SQL…
radicand
  • 6,068
  • 3
  • 27
  • 22