The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.