This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi,
I have a dataset of 19M rows and 18 columns (50/50 between small text and numerical values).
I encountered an issue with refresh time after applying below modification:
......
#"Filtered Rows" = Table.SelectRows(#"Added Index", each ([Group] = "VALUE") and ([ID] = 1 or [ID] = 2 or [ID] = 3 or [ID] = 4 or [ID] = 5)),
#"Indices" = #"Filtered Rows"[Index],
#"Excluded Patent GLs" = Table.SelectRows(#"Added Index", each not List.Contains(List.Buffer(#"Indices"), [Index]))
It takes 11 mins to refresh without the modifcation and hours with. As long as this way of doing it creates a throttle, I am looking for a better way to do the manipulation.
Data comes from an Azure SQL database.
Thanks
Evan
Solved! Go to Solution.
@Anonymous
Is this the only manipulation that you do on the dataset?
Maybe it is best if you let the Azure database do some of the transformations (considering the high number of records 19 mil.) before you insert the dataset to PowerBI, by creating a VIEW.
@Anonymous
Is this the only manipulation that you do on the dataset?
Maybe it is best if you let the Azure database do some of the transformations (considering the high number of records 19 mil.) before you insert the dataset to PowerBI, by creating a VIEW.
Hi @themistoklis ,
SQL transformation is one of the options I considered but this involves other team's time that they currently lack.
There is another transformation that occurs in the dataset, however, the refresh time does not get significantly affected if I cut it off. I narrowed down to the aforementioned transformation by adding/deleting steps in Power Query and checking the refresh time.
Thanks
Evan
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 31 | |
| 23 | |
| 15 |
| User | Count |
|---|---|
| 76 | |
| 59 | |
| 31 | |
| 31 | |
| 25 |