Forum Discussion
Help with trend line data capture
Can you share sample data and sample output.
- Anonymous6 years agoNot applicable
so, i have a main query that pulls in all the endpoint data. this table is updated every day and the data does change from day to day.
what I would like to do is capture the countof OS Build Number and date, and i assume write it to a new table that tracks the date/build number/count - basically capturing the historical trend.
- Anonymous6 years agoNot applicable
i little more reference to what im looking for.
We are also still migrating endpoints from win7 to win10, I tracked the progress via PBI as well.
but i was manually updating the table with counts and dates, so the graph showed progress. I just need a better/advance way to grab these trends
example:
- Anonymous6 years agoNot applicable
HI Anonymous,
Perhaps you can do unpivot on your source table value fields, then you can simply compare between different value attributes:
Unpivot columns (Power Query)
Regards,Xiaoxin Sheng