Forum Discussion
Offset vs power query helping table for data validation
- Anonymous2 years ago
Hi JulieCooper ,
Based on your description, it is better that use power query for the data validation.
1.for the offset() function, it is based on the relative position. if your position change the function will recalculate, it will affect the performance.
2.Power query can provide the data validation,it can improve performance and maintainability of your template and it can also provide other functions, such as data transform, it offer more choice for you.
3.For the large dataset, in power query, you can use query folding so that it can improve the performance, you can refer to the following link.
Query folding guidance in Power BI Desktop - Power BI | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi JulieCooper ,
Based on your description, it is better that use power query for the data validation.
1.for the offset() function, it is based on the relative position. if your position change the function will recalculate, it will affect the performance.
2.Power query can provide the data validation,it can improve performance and maintainability of your template and it can also provide other functions, such as data transform, it offer more choice for you.
3.For the large dataset, in power query, you can use query folding so that it can improve the performance, you can refer to the following link.
Query folding guidance in Power BI Desktop - Power BI | Microsoft Learn
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.