3,016 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
Best practices
0
votes
0
replies
40
views
Set up analytic infrastructure
I'm new to ETL and BI.
I have several web applications with multiple databases.
I need to set up analytics dashboards for end users that will display aggregated and raw data from multiple application ...
- reputation score 1
Tooling
0
votes
1
replies
71
views
Which program should I use to access Anthropic with an API key that does not set token limits?
My boss is requesting that I re-create html dashboards synthesizing data from five classroom surveys across 900 students at a university, using antrhropic, specifically an API key to make it scalable ...
- reputation score 11
Advice
0
votes
1
replies
91
views
Alternative to Pivot Table in Dashboard for better UI Experience
currently I am using Excel to build a dashboard for asset management, in particular it is used to track how many items remain after someone borrow it for a particular date range. The data comes from ...
- reputation score 1
Tooling
0
votes
1
replies
89
views
Ways for hosting web UI dashboard
I am designing a web-based dashboard that serves as an orchestration interface for a collection of Python scripts and AI agents responsible for performing lightweight automation tasks. The front-end ...
- reputation score 1
Advice
1
vote
1
replies
145
views
How to build a time table graph on node-red dashboard or dashboard2
I'm fairly new to node-red and still trying to learn how it works.
I'm populating a table with my homebrige devices with the on and off times which allows me to keep track of consumptions and working ...
- reputation score 1
Score of 1
1 answer
103 views
Snowflake DB Cost Management Anomalies dashboard permissions
I am trying to give a Snowflake user permissions to see the Cost Management Anomalies dashboard without giving excessive privileges.
I have read through the Snowflake documentation, which suggests the ...
- reputation score 503
Advice
0
votes
1
replies
50
views
Azure Devops Query to Show Created vs Completed User Stories in a Bar Chart
I have to create one chart in our project dashboard that should display total number of user stories created and completed for a specific period. I have created below query in ADO
This chart output ...
Score of 0
0 answers
157 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 ...
- reputation score 1
Score of 0
0 answers
78 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": {
"...
- reputation score 29
Score of -1
1 answer
250 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 ...
Score of 0
1 answer
138 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 ...
- reputation score 1018
Score of 0
0 answers
379 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:
"...
Score of 0
1 answer
48 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)...
Score of 0
0 answers
85 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
...
- reputation score 19
Score of 0
0 answers
37 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: '...
- reputation score 1