Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Data Source renaming bug in Platform Analytics Experience

b__KieronJ
Tera Contributor

Has anyone else experienced this issue in Platform Analytics Experience Dashboards?

I added Data sources and renamed them so that the legend can be clearly defined with what I need to see, click save and exit editing mode:

b__KieronJ_0-1737541102896.png



As soon as I click Edit again all the Data sources names are removed and default to the table that was used to create the Data Source:

b__KieronJ_1-1737541215295.png

This seems to be happening only now after our Xanadu upgrade the past weekend

5 REPLIES 5

Dominik Lanik
Tera Contributor

Hi,

 

similar issue but instead I'm renaming metrics. I think this workaround should work for you.

1. Locate the widget record (from update set or in 'par_dashboard_widget' table)

2. in JSON look for "metrics" array (or "dataSources" in your case)

3. to each entry in the array add line "label": "your desired metric/data source label"

 

It should look something like this:

DominikLanik_0-1739438090282.png