Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
HI There,
I am stuck in Power Query where i have 6 columns with null values on alternate rows and column and i want to remove those Null values and geta clean Tabular view .
Please see below screenshot :
Issue in Power Query :
Eaxpected Result:
Can anyone help me how to get it done in one go .?
Thanks,
Ash
@SamWiseOwl @amitchandak @Ashish_Mathur
Solved! Go to Solution.
If I understood correctly, the challenge here is that the null values for the other fields don't match the null values in the rows with names. The solution would be to:
1. Perform a fill-down operation on the names so that each row has a name.
2. Filter out the null values for the dates/other fields.
If something was missed since you only attached an image,
please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
The pbix with my example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
hello @ashicool_10061
here is the solution i have created for this scenario. the Key step is to fill down the first column, and then remove null values from second. that will clean up all your rows.
Here is the pbix for your reference : ashicool_10061_jpss_sol.pbix
If I understood correctly, the challenge here is that the null values for the other fields don't match the null values in the rows with names. The solution would be to:
1. Perform a fill-down operation on the names so that each row has a name.
2. Filter out the null values for the dates/other fields.
If something was missed since you only attached an image,
please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
The pbix with my example is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi , Thank you for your response .
It worked. Appreicate your help.
Thanks,
Ash
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |