I have a data in dataset from powerBI rest API to powerBI
{
"Time":"2017-01-10T21:13:09.168Z",
"Unit":"1",
"X":98.6,
"Y":98.6,
"Pressure":98.6
}
I wish to create realtime line graph based on Unit dimension, basically if I am looking at Unit-1 I should get all the graphs for that unit, time vs presure, time vs X, time vs Y. and similarly if I am looking at unit 2 I need all graphs for that unit, is it posible to have seperate graphs based on unit dimension. I could make legend, which gives me different color for different unit in same graph but I want to create different graphs for different unit. Please let me know If I can achieve this.