Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I’m currently working on a Power BI project and am facing a challenge with data modeling using “DirectQuery to AS” (Azure Analysis Services). Specifically, I need to create a table that pulls fields exclusively from tables sourced through DirectQuery to AS. However, I’m encountering issues in setting this up, as it seems some fields aren’t compatible or accessible as expected in DirectQuery mode.
Could anyone guide me on how to:
1. Properly reference or combine fields only from “DirectQuery to AS” tables in Power BI.
2. Work around any limitations with relationships or calculated columns/measures that might arise in DirectQuery mode.
3. Apply transformations or filtering techniques that are optimized for DirectQuery, especially when dealing with Analysis Services.
Tried so far:
It created a table but the result exceeded 1M rows so the it maxes out and didnt return anything.
I have tried restricting the data with date filters for certain period (if you can help with DAX on best practice for this?? ) but still not worked.
I’d greatly appreciate any insights, tips, or examples on structuring this table effectively. Thank you in advance for your help!
Working with DirectQuery to Azure Analysis Services (AS) in Power BI does come with some limitations, especially for complex models or large datasets. Here are some strategies that may help you work within these constraints:
If date filtering is a challenge due to the size of your data, you might want to create a range that’s smaller and more manageable, either through:
Let me know if these approaches address your challenges, or if you need specific DAX code or guidance on a particular part of the model.
It created a table but the result exceeded 1M rows so the it maxes out and didnt return anything
How many more rows does your data have? There is a capacity setting that theoretically allows to raise the 1M limit, but the question is - to what level?
How long does it take for the query to return with the error message? I.e. - how fast is your AAS getting to 1M ?
Note: The same issue appears when you access semantic models.