3,027 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
45
views
Hide query value number in Query Value Widget in Datadog Dashboard
I am looking to make a specific widget in a Datadog dashboard that simply displays a green or red box depending on the value of a query.
In this screenshot, I am looking to remove the 0 and keep the ...
0
votes
0
answers
61
views
Cloud Monitoring Dashboard widget loses the "legendTemplate" JSON setting when re-editing
I've successfully added a static legend template to the JSON of a widget like so:
{
"xyChart": {
"dataSets": [
{
"timeSeriesQuery": {
"...
-1
votes
1
answer
122
views
Node Red Dashboard 2.0 Chart not showing data from MySQL output [closed]
I have temperature data with timestamps output as an array from Mysql, sent to the chart widget on node red Dashboard 2.0, with the settings to be line chart, x-axis timescale, and x and y to use ...
0
votes
1
answer
58
views
How to replace blank values with 0 in a heatmap?
I have a heat map as shown in image.
For white regions blank there are empty rows and columns.
Verification done:
SELECT * FROM final_concurrency where region = 'APSE1' and weekday_name = 'Sat'
This ...
0
votes
0
answers
190
views
Couldn't publish my PowerBI dashboard on workspace - Error ClientOptions.Retry
I'm trying to publish a power BI dashboard via desktop on a workspace where I already have the report and the semantic model of this dashboard, but somehow it returns me the following error:
"...
0
votes
1
answer
37
views
Anychart AnyMap add dynamic table of legend
I want to use Anychart/Anymap in a dashboard, divided in two parts :
First part the dynamic heat map (choropleth)
Second part : generate a table of the map dataset (which are integrate in the script)...
0
votes
0
answers
73
views
plotly Dashboard refer to different plot
I have a question regarding how does Dashboard know which plot to display.
Sample code:
from dash import Dash, dcc, html, Input, Output
import plotly.express as px
import pandas as pd
# Sample data
...
0
votes
0
answers
30
views
Multi-timezone aggregation convention
Currently the structure is like a single parent node and multi children nodes
root: HQ (timezone: 'Asia/Seoul')
children: Middle East Region (timezone: 'Asia/Riyadh'), North America Region (timezone: '...
0
votes
0
answers
233
views
How to correctly capture the updated layout from a streamlit-elements dashboard.Grid in session state
I am developing a financial dashboard using Streamlit and the streamlit-elements library. My goal is to create a user-customizable dashboard where users can drag and resize cards. The final layout (...
0
votes
0
answers
113
views
How can I display multiple measures in one column, showing each value only in its corresponding metric row, not as separate columns?
I’m working on a summary report comparing forecast vs actuals in Power BI. I’ve already imported the relevant table and created several measures to visualize the data. Now, I want to build a table ...
1
vote
1
answer
73
views
Can't add a user on the Supabase Dashboard
I'm working on a new project on Supabase.
I go to Dashboard: Authentication: Manage Users and click on the Add user: Create new user. I fill in the form. I get the following error:
Failed to create ...
0
votes
0
answers
45
views
Grafana 404 Error After Re-Importing EKS Cluster — URL Points to Old Cluster ID
Rancher version: v2.11.1
Installation option: v1.27.11+k3s1 on docker
Kubernetes version: EKS 1.32
Cluster Type (Local/Downstream): Import AWS EKS 1.32
I upgraded Rancher from v2.9.2 to v2.11.1. After ...
-1
votes
1
answer
39
views
JMeter generate dashboard configuration
My current project requires a HTML report to be generated by JMeter for publishing and subsequent work. It seems a logical approach to use the JMeter report dashboard, but I'm struggling to customise ...
2
votes
1
answer
426
views
In Apache Superset, how can I apply a dashboard filter on multiple dataset columns using 'OR' operator
I have a dataset that has three different columns containing a city name (with different meanings).
Now I want to have a dashboard filter where I can enter one city name which should then be applied ...
2
votes
1
answer
54
views
How can we simplify navigation and filtering in Power BI reports?
I am facing some difficulties in navigation and accessibility challenges within the PowerBI reports.
Problem:
Users have to go through multiple repetitive steps (e.g., selecting year, centre, team) ...