Forum Discussion
AlexL
9 years agoAdvocate II
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",
"CurrentPri...
tringuyenminh92
9 years agoMemorable Member
- AlexL9 years agoAdvocate 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.
- tringuyenminh929 years agoMemorable 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.
- AlexL9 years agoAdvocate II
How can I get all products for slicer? I am pushing data in streaming dataset.