Forum Discussion

Hussein_charif's avatar
1 year ago
Solved

Power BI table load

hi, i have a table called glentry that i am getting from a warehouse in fabric to power bi in directquery mode. my table has alot of columns, mainly the ones i am facing a problem with are the column...
  • Deku's avatar
    1 year ago

    It sounds like [source name] is a high granularity field. You are likely creating a large data cache to answer the query. I would capture the query plan with DAX studio and look at the query being issued to the warehouse, and how much processing is occuring in Power BI. Ideally you'd push as much back to the warehouse as possible, this might require rewriting the DAX to force that behaviour.

     

    You say you are not using aggregrations. If the [Soruce Name] is not too high cardinatility you could think about a import or DirectQuery aggregation to speed up the query.