Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
I want to add a column which calculates the change in value of a column after each refresh
Please urgent help
Thanks and warm regards,
Bharat Girdhar
Hi @Anonymous
Power BI doesn't do that natively. You are better off using Power Automate, if possible, to create a file with your data at desired frequency and then using Power BI to compare the results in those files.
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Thnaks for the help but there is a constraint that I have to do it in Power BI only
I got the solution by dublicating the data before refreshing the data and then after refreshing finding the difference between the two
But this is also a manual process where I am dublicating the table
When I am making a new table with with this table data applying date filter for past week, then this table is also getting refreshed with data.
Can you please help me in this?