M_M
M_M

Reputation: 11

Architecture for Power BI

I am designing an architecture for Power BI. I am thinking this one on Azure Data Lake Store gen1 :

DSL => Databricks => Snowflakes => Azure Analysis Services (Tabular) => Power BI

Thank you

Upvotes: 0

Views: 672

Answers (1)

Andrey Nikolov
Andrey Nikolov

Reputation: 13450

Microsoft recommends to use Modern Data Warehouse Architecture to build systems today, so on your first question the answer is yes.

enter image description here

And the answer to your second question is also yes, Power BI supports both Analysis Services and Snowflake, as you can see in the list of supported data sources.

Upvotes: 2

Related Questions