The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have here a sample table that has 2 columns: Timestamp & Demand. Unfortunately, some of the values of demand columns has a value of -3276.8 as shown below due to error in data collecting. However, I want to correct this by replacing this value to the latest preceeding value that is not -3276.8. I want this column to be added in power bi query editor. Need assistance on this. Thanks>
Current View in Power BI Query Editor.
Expected Result:
Solved! Go to Solution.
Hi @Anonymous ,
Hav you tried replacing the negative with null then fill down the column?
Thanks. It's working now 🙂
Hi @Anonymous ,
Hav you tried replacing the negative with null then fill down the column?