Forum Discussion
htalat6
3 years agoFrequent Visitor
Saving timestamp daily
Scenerio I am connecting PBI report servver with Jira and getting the data from web My data does not have a specific time stamp which keeps the track of date when the status of issue changes. ...
htalat6
3 years agoFrequent Visitor
Hey thanks for the reply . It would be great if you share an article , i am new to Power BI and trying to solve this as soon as possible.
lbendlin
3 years agoSuper User
Load your web data into a database and add the timestamp automatically during load ( using a default value of getdate() for example). Then access that database table from Power BI.