Reporting-Bar Chart not showing series information

Hello All,
I am trying to populate a bar chart with series of data but it not working in Reporting module. I only see one ATRName, instead of multiple ATRNames . Below is my SQL table


I wanted something like below to populate.

I can't statically define the ATR name as column names cause they are different for each project and they are dynamically extracted. Any help/suggestions would be greatly appreciated. Thank you!

Almost everything in Reporting requires static names. You have to redesign to use a series of predictable names and then control labels dynamically. Then use a scripted data source to take your truly dynamic data source and package it into a pair: a coerced dataset with the static names, and a supplemental dataset that defines the labels for each static name.