Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello everyone,
First-time, long-time...
I have a table that contains two Values (that would go in the Value field in a visual). I want them to be in the same column, and I can differentiate between them using another column and the attribute in that column.
Naturally I used Unpivot Columns. This works fine, except the refresh rate (Oracle connection) went from thousands of rows per second to TENS of rows per second. I have millions of rows, so this is not practical.
My next best option was to separate the table into two tables. I first duplicated my table, then prepared each resultant table accordingly, and Appended one to the other. All column names and order are identical in both tables. This too is taking FOREVER. I do not understand why that would be.
For Unpivot I understand why it would reduce performance. For Append though, I don't get it.
I then tried to do all my data prep on the table, then reference the table into a new query, Table.Buffer it, THEN Unpivot, thinking this would Unpivot as a local operation, but when I Close&Apply, the data load is from the Oracle source and is still very, very slow.
Any ideas?
Solved! Go to Solution.
It sounds like your query is folding at an inopportune time. Check out these two resources to see if you can tweak the query for speed.
https://www.mssqltips.com/sqlservertip/3635/query-folding-in-power-query-to-improve-performance/
https://blog.pragmaticworks.com/power-bi-checking-query-folding-with-view-native-query
Proud to be a Super User!
It sounds like your query is folding at an inopportune time. Check out these two resources to see if you can tweak the query for speed.
https://www.mssqltips.com/sqlservertip/3635/query-folding-in-power-query-to-improve-performance/
https://blog.pragmaticworks.com/power-bi-checking-query-folding-with-view-native-query
Proud to be a Super User!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 5 | |
| 4 | |
| 4 |