I am using Azure Analysis Services as the data source. Is there a way to switch which relationships a measure from the cube is using from the Power BI report side or is that sometihng that has to be done on the cube side? If it can be done, what would be the way to do it?
Solved! Go to Solution.
@meddojeddo , if it is a live connection, not much you can do other than creating a measure. In measure, we use userelationship to switch relationships in a tabular model, not sure on the cube.
What exactly do you want to achieve.
Hello @meddojeddo ,
In Azure analysis services you need to create inactive relationship which you need to activate for given measure and while creating a measure you can use Userelationship DAX function to switch inactive relationship to activate state.
https://docs.microsoft.com/en-us/dax/userelationship-function-dax
Thanks!
Please mark this post as solution if it fulfils your requirement. Kudos are also appreciated.
Hello @meddojeddo,
You can use userelationship dax function to activate inactive relationship for a measure.
Please let us know your requirement with sample data so that we can help you in writing measure.
@meddojeddo , if it is a live connection, not much you can do other than creating a measure. In measure, we use userelationship to switch relationships in a tabular model, not sure on the cube.
What exactly do you want to achieve.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
177 | |
66 | |
66 | |
57 | |
55 |
User | Count |
---|---|
194 | |
103 | |
89 | |
80 | |
73 |