To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello All,
I am trying to import certain metrics from my SSAS OLAP cube with PowerBI Desktop and noticed that it strips all parent child hierarchy aggregations.
Is there a way to maintain these - so for example I want to get a metric (eg. Missed %) at a Parent level and Child Level like I see using a live connection instead of just a flat import at the lowest level.
Regards,
Oz
Solved! Go to Solution.
Hi @OZ_123,
From your description, you want to keep the Parent-child hierarchies when connecting to SSAS with import mode, right? Per my knowledge, this is not supported.
To maintain the hierarchies, we have to create a live connection to SSAS, the levels between parant and child will be uploaded. For import mode, it only fetches resource tables, ignoring relationships between them.
Best regards,
Yuliana Gu
Hi Yuliana,
Is there not a way to write an MDX query to maintain those hierarchies and still keep the relationships?
I.E. trying to import smaller amounts of data by two years opposed to eight years of data to help the performance of the dashboard, while also maintaining the relationships of sales at each product level?
Hi @OZ_123,
From your description, you want to keep the Parent-child hierarchies when connecting to SSAS with import mode, right? Per my knowledge, this is not supported.
To maintain the hierarchies, we have to create a live connection to SSAS, the levels between parant and child will be uploaded. For import mode, it only fetches resource tables, ignoring relationships between them.
Best regards,
Yuliana Gu