Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Is it better to use a native query for when my group by breaks query folding
Solved! Go to Solution.
Hi @akhaliq7
If your group by breaks query folding, you can use Group by statement in a native query to query the same data source. For example, SQL Server GROUP BY and Oracle GROUP BY
You can also create a view with Group By in the database in advance, then connect your Power BI report to the view.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi @akhaliq7
If your group by breaks query folding, you can use Group by statement in a native query to query the same data source. For example, SQL Server GROUP BY and Oracle GROUP BY
You can also create a view with Group By in the database in advance, then connect your Power BI report to the view.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.