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.
Good day, I need some assistance with a report I am doing.
I have a daily bank balance where I need to calculate the difference between the 2 days in order to get the daily movement, see table below. Could anyone please assist
The easiest way to deal with days where there's no change in a value is to use Power Query to fill in the gaps with the value of the previous day(s) (it's dead easy in Power Query - a click of one button). Then you won't have to write complex DAX.
Could you please send an example