Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
meddojeddo
Helper IV
Helper IV

How to switch the relationship a measure is using

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?

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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.

View solution in original post

4 REPLIES 4
Shishir22
Solution Sage
Solution Sage

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.

 

Cheers,
Shishir

@Shishir22 how do I activate and inactivate a relationship on a measure?

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. 

Cheers,
Shishir
amitchandak
Super User
Super User

@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.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors