Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Dear All,
Below is the table T1 that contains the a table_name and its last_loaded_date and its count and the day which the data was fetched into T1. I would like to calculate the percentage change from previous day of every load so that from the below visualization if I select the particular table and date from dropdown I should get the %change comparing count from previous day to current day. I tried to calculate percentage from previous day but it is calculating for the whole data not for table_name. Could you please provide any tips to calculate. Thank you in advance
Table_name | current_date | count | last_loaded_Date | % change |
table1 | 2020-12-09 | 500 | 2020-12-08 | |
table1 | 2020-12-10 | 250 | 2020-12-09 | |
table1 | 2020-12-11 | 300 | 2020-12-10 |