- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 08:56 AM
I am trying to create a stacked bar chart that shows a count of configuration items over a period of time that looks something like this:
From what I understand, this cannot be done with reporting tools and must be done with Performance Analytics.
I have created an Indicator Source with the facts table using a table extended from cmdb_ci, using standard calendar, valid for frequency as Monthly, with conditions based on owned by group and Created on This month
I have created an automated indicator using this indicator source with Unit of “#”, aggregate = count, additional condition of “Status is not Retired”
I have created a Breakdown source based on the CI type
I have created an automated Breakdown linked to the breakdown source and mapped to the automated indicator
I have created a Data collector job to collect historical with relative start 4 months ago linked to the automated indicator
When I execute the job, it runs without errors
When I check the Scoresheet, it shows what I assume is the expected data
I have created a widget to visualize the data as type “time series” on a column chart
But when I add the widget to a dashboard, it comes up blank
Can anyone tell where I went wrong in the configuration?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 10:09 AM
Hi @Lisa Conn ,
According to your requirement, you need to create a widget for every type mentioned to create the stacked bar chart. If you see your below widget configuration:
Which actually refers that, Breakdown type = Unmatched doo to you have not selected anything in the breakdown element.
So to resolve your requirement, main widget should contain breakdown by type with element = item1(Your first type). Rest of the configurations should be done as Widget Indicators and not separate widgets.
if my answer helped towards a resolution, please mark answer as correct.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 12:37 AM
Hi @Lisa Conn ,
jt looks like it’s your widget configuration. Your widget only shows nov and dec, where the scores in the widget matches your scores.
if you remove 6th month running sum, and ensures that widget show last 12 month, what do you then see as result?
if my answer helped towards a resolution, please mark answer as correct.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 06:46 AM
Hi @AndersBGS
Thank you for the quick response. I changed the Time series to 12m running SUM and changed the Period under the Date Settings tab to 1y and now the widget shows the months in the X axis, but the chart is still blank. The legend reads "Type = unmatched" so i wonder if the problem is in the breakdown configuration?
Any ideas?
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 06:52 AM
Hi @Lisa Conn ,
agree - if your type shows as unmatched then the breakdown is not configured properly. Go through the breakdown and breakdown source to review the configuration. Also ensure it’s the right type chosen, as type exist for several tables with different purpose.
if my answer helped towards a resolution, please mark answer as correct.
Best regards
Anders
If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.
Best regards
Anders
Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-30-2022 07:34 AM
Hi @AndersBGS
Actually, I think the breakdown configuration is correct because the values are showing on the scoresheet. On the widget configuration, I selected a value for the Element and the chart showed data for that selected element. This is progress, but I was hoping that I could display all of the elements in stacked bars (like my example). Is this not possible? Do I need to made a separate widget for each element?
thanks!