Hi, I was wondering if there's a way I can display only specific historical data and not all the ones configured within the gateway from the perspective Power Chart component.
For example, I would like to display only those starting with M190:

I'm using Ignition 8.1.26
Thank you!
1 Like
Hey Israel_Zapata,
The Power Chart by default will show every tag and tag provider that is available in tag history. One method you could try is manipulating the "tagBrowseStartPath" property. This will allow you to only view tags within a specific tag path when looking at your Browse Tags section. More on that property here (be sure to expand the config section for more information):
https://docs.inductiveautomation.com/display/DOC81/Perspective+-+Power+Chart#PerspectivePowerChart-Properties
From there, you could bind that property to the value of a drop down menu that has a list of all of your tag paths you wish to filter by. Hope this method works out for you!