March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have a report that connects to Impala and it is super slow as it fetches close to 36 million rows. Some of the transformations do happen within Power BI and I am trying to find ways to improve the efficiency of data load.
Although I am not 100% sure, I have a feeling that COALESCE operator that I use to find the non-blank values between columns is inefficient, as this is performed on 36 million rows.
I have 6 steps created like below to achieve this. In the first 5 steps, Columns 1 to 5 are created using COALESCE operator. Once they are created, columns A to J will be removed in the last step.
Col1 <- col A ? col B
Col2 <- col C ? col D
Col3 <- col E ? col F
Col4 <- col G ? col H
Col5 <- col I ? col J
Remove Cols A to J.
Are there options to make it more efficient?
Regards,
Ram
Solved! Go to Solution.
@cramkumar86 , You can use replace with null and value, which will use Table.ReplaceValue
@cramkumar86 , You can use replace with null and value, which will use Table.ReplaceValue
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |