I have a requirement to produce some PowerBI reports. I have three different SSAS Cubes having most of the measures already available/calculated. So I want to use these cubes as source for PowerBI. But there are few calculations those need measures from different cubes. PowerBI does not allow to create measures with live connection to Cubes. Also due to data volume import is not the feasible solution. I am looking for a possible solutions for this problem please. Please suggest.
Using multiple SSAS Cubes as PowerBI source for reporting
1.5k views Asked by Madan At
1
There are 1 answers
Related Questions in POWERBI
- Does Power BI provide an OOTB Geographical Dimension Table
- How to change point color in Deneb while having lines be the same color as the legend
- SQL analytics endpoint and Semantic model not being created in MS Fabric Lakehouse
- Parse Dynamic Power BI table with selenium
- ALL() and REMOVEFILTER() Don't Work Correctly on My Report
- Market share growth versus last month, last year
- DAX query: trying to count unique entries that match two different criteria
- Azure Analysis Service, with an on prem gateway, in vnet
- Dax Many to Many Measure with Calender Date filters
- How to install NPGSQL and connect a PostgreSQL database to Power BI?
- Calculate average duration from text in power bi
- Power-BI / Dax: Count emails multiple times in a function based on the same dimension (#Order)
- Unable to filter in power bi dax query
- how can i obtain earliest day and lastest date per row/item number using Power Bi?
- Slicer Filtering on Drill-through Field Not Working
Related Questions in SSAS
- How can I connect to a local SSAS (OLAP) server from Python?
- Microsoft.AnalysisServices.AdomdClient.NetCore.retail.amd64 not working on windows server
- SSAS Error. An unexpected error occurred: "A call to a COM component returned an error in the format HRESULT E_FAIL."
- After copying the SSAS cube and SSIS packages there is processing problem
- Connect an on-prem SQL Server Analysis Server Tabular Model with Azure Data Factory
- Power BI composite/dual mode - SQL DB + SSAS MOLAP
- How to get data in sematic model in power bi premium from SSAS?
- Programmatically get relational database source for SSAS objects across compatibility levels
- Issues with deploying a project in SSAS: "Cannot deploy metadata"
- SSAS Tabular deployment issue
- Performance difference depending on attribute order when using SSAS for data import in Excel pivot table
- Executing queries against PowerBI / SSAS using the Microsoft.AnalysisServices.Tabular library in Python?
- Filtering OLAP Pivot Table based on dates
- SSAS Cube Hierarchy Collapsing within Excel with sub values
- My SQL Server Analysis services won't switch from tabular to multidimensional
Related Questions in CUBES
- Issues with deploying a project in SSAS: "Cannot deploy metadata"
- Accessing an API with multiple cubes using 'for' loop or 'lapply' in R, with pagination, and saving to multiple dataframes
- How to programm Shepard-Metzler-figures with R
- Obtain coordinates of 4D-hypercubes using meshgrid - Python
- Unexpected error thrown when drill down a cube using cubes library
- Performing aggregation on cube throws unexpected error
- Errors in the OLAP storage engine: Rigid relationships between attributes cannot be changed during incremental processing of a dimension
- how to create cubes with druid using hdfs files
- Using multiple SSAS Cubes as PowerBI source for reporting
- Can two 3×3 scrambled rubix cube be exact same?
- 3D cubes in matlab
- How to see how many people are accessing a ssas cube?
- Why is rotation on the z axis behaving differently than rotation on the x and y axes?
- Squeezing cubes in unity
- TM1py upload of different cubes
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
It should be possible now to connect to multiple SSAS sources now using DirectQuery and a composite data model.
I recommend these articles for an overview:
DirectQuery for Power BI datasets and Analysis Services. The composite model with Analysis Services. What is it and why it is a big deal?
Power BI Composite Models using Analysis Services -Direct Query Mode