Forum Discussion
Help on Missing data fill techniques
- Anonymous2 years ago
Hi gsksarepta ,
Please try to create a new column with below dax formula:
newresult = VAR _step3 = [step3afin] VAR _a = CALCULATE ( MAX ( 'Table'[step4aex] ), FILTER ( 'Table', [step3afin] = _step3 ) ) RETURN _aPlease refer the attached .pbix file.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
gsksarepta , First use clean and trim on the column and post that replace '' (Means do not give any thing) with null
(All small case)
Then try fill up and down
Power Query Trim and Clean : https://youtu.be/NRYPsCnS0w4
Power Query Replace Value: https://youtu.be/hkZhZbR7Kmk
Fill Up Fill Down: https://youtu.be/mC2ps0pFqBI
Throwback- Learn Power BI: Replace Values, Text Operations, Append Tables, Merge Tables - https://youtu.be/cN8AO3_vmlY?t=37070
- gsksarepta2 years ago
Helper II
Hi Amit amitchandak , I didn't understand your response, do you mind adding some more details on what to do ? Meanwhile, I will go through the links for ideas. Thanks for your time.