Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
martynas
New Member

Measure SQL query

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

1 ACCEPTED 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.

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

@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/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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')?

@martynas , when creating a connection you have the option to give the query Advance, there you can add qyery ?

AdvanceProperty.png

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.