Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
What is the best way to offload Measure calculation to custom SQL query limited on start and end date? My data is access via DirectQuery connected to PostgreSQL.
I am trying to calculate the median (50th percentile) of large data set with many millions of rows and would like to do that on SQL server, not in PowerBI.
Found the possible solution here - https://www.youtube.com/watch?v=iiNDq2VrZPY , but it does not looks like 100%, what I need.
Best regards,
Martynas
Solved! Go to Solution.
Hi @martynas ,
Based on your description, do you want to pass the slicer value to the SQL query statement? Complete the calculation in SQL?
Refer to
power-bi-desktop-query-parameters-part2-dynamic-data-masking-and-query-parameters
pass-parameters-to-sql-queries
You can also try to use SSAS to connect live with powerbi.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@martynas , In case of the direct query you can record the queries and use that to fine-tune it your need
https://www.sqlbi.com/articles/introducing-the-power-bi-performance-analyzer/
Thank you for the suggestion. My question is a bit different - how can I perform SQL query to calculate measure value? I.e. select avg(time) from table where date between ('2020-01-01','2020-01-31')?
Yes, that would be possible, but how do I pass the start and end date parameters from slicer in report?
Hi @martynas ,
Based on your description, do you want to pass the slicer value to the SQL query statement? Complete the calculation in SQL?
Refer to
power-bi-desktop-query-parameters-part2-dynamic-data-masking-and-query-parameters
pass-parameters-to-sql-queries
You can also try to use SSAS to connect live with powerbi.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 36 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 136 | |
| 103 | |
| 66 | |
| 65 | |
| 56 |