Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Set graph values dynamically on dataset change

Hi,   I don't know if this could be done with PowerBI or not. when I try to create a graph like a line graph : I always set the graph values from PBI UI :   what I want to do is not...
  • artemus's avatar
    6 years ago

    If you unpivot your data such that there is one row per sensor with a column that has the sensor name. You can put the sensor value in the values of the visual and sensor name column in the legend.

  • Anonymous's avatar
    Anonymous
    6 years ago

    Hi, 

     

    So I tried unpivoted my data just like you suggested.

    and it worked after I add some more tweak.

     

    for references:

    1. I import my original data without unpivot it

    2. I create another power query and this time I add unpivot process and get my unpivoted data

    3. after I create both of these tables, I connected both of their models and set the connection into both ways.

    4. then I mapped my unpivoted data into my graph,

    • Time as Axis
    • Value as Values
    • Attributes as Legends 

     

    with this, my graph could add and remove its values dynamically.

     

    thank you