Is there a way to showcase the differences between two versions of the same file in PowerBI?

故事扮演 提交于 2020-12-15 05:34:30

问题


Let's say that on a daily basis I download a CSV file and I would like to show in the dashboard the differences between the two versions of the same file(today and the day before) in the dashboard such as for example, the number of new rows added to that file(these could be defined as new cases), or the number of cells that were changed from one category to another, such as 'Still Ill' to 'Recovered'.

Is this possible to achieve through a DAX Expression or through a specific transformation that is done on import? Or should I somehow append the csv data to the original one and PowerBI would remove the duplicates?

I've attempted to solve the problem through the following three questions but somehow couldn't find the answer I needed there:

Detect differences between two versions of the same table

Python: Match values between two csv files

Issue computing difference between two csv files


回答1:


It's possible if you load in both versions of the CSV file into the same PBIX.

Otherwise, the answer is Power BI is not a database.



来源:https://stackoverflow.com/questions/61900494/is-there-a-way-to-showcase-the-differences-between-two-versions-of-the-same-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!