Forum Discussion

AlexL's avatar
AlexL
Advocate II
9 years ago

Filtering in real time dashboard.

Hello!

I created real time dashboard (Line Chart) and show current price for each product order by time.

I push data in API. Data has next format:

[
{
"ProductName" :"AAAAA555555",
"CurrentPrice" :98.6,
"SentTime" :"2016-12-28T13:12:50.830Z"
}
]


Values - CurrentPrice
Legend - ProductName
Axis - SentTime
 
Can I filter showed values by ProductName (select ProductName and show values only for a selected ProductName)?

12 Replies

    • AlexL's avatar
      AlexL
      Advocate II

      I am adding streaming dataset in my web version of Power BI and pushing data in Power BI API from my own web app.

       

       

       

      • tringuyenminh92's avatar
        tringuyenminh92
        Memorable Member

        Hi AlexL,

         

        In PBI Service, you could to its Reports -> add slicer of products-> choose product you want -> pin line chart filtered. It will work.