Forum Discussion
Needs historic data + refresh data
- 5 years ago
Hi NickProp28 ,
According to your description, similar results may not be achieved in powerbi. In powerbi, the best way is to continuously update the status results and keep records in the form of rows. Then create a column and use the CONCATENATEX function to show the entire change process in the card visual. If it is only updated in the original row, it will not be saved.
just like:
Col = CALCULATE ( CONCATENATEX ( 'Table','Table'[Status] , "->" ), ALLEXCEPT ( 'Table', 'Table'[Product] ) )
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Dear Calvin69 ,
Thank for your attention.
I will retrieved the data from database.
And is only have these two column, and I would like to store the historic data when I perform the weekly updates.
Hi NickProp28 ,
I am not 100% sure, perhaps someone else can assist further with your query however, I recently had a similar situation with a data set that was located on Sharepoint and I was able to activate the historical records and pull out the historical entries to work with in PBI.
I would suggest that you query the data at source to generate a consolidated table entries before importing it into Power BI.
Good luck
H