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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
AnSc93
Helper I
Helper I

Issue with Data Model

Hi together,

I have the following data model (reduced view):

AnSc93_1-1663147156339.png


I need to have the relationship between DimCostCenter and FactAllValues active but it is not possible due to the both filter direction of DimResource and DimCostCenter with the table FactCCLocationOrg.

The main reason why I have the filter direction both for the table DimCostCenter is that I need to filter the FactBudget with the DimManager.

Is there any other way to set up the current model to get the relationship active between table DimCostCenter and FactAllValues?
Maybe by setting up the relationship with DimManager in another way to avoid the filter direction in both ways with DimCostCenter?

I'm really stuck here and already tried a few things. Could somebody help me out?

Thanks in advance.

Best regards,

Andreas

 

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @AnSc93,

The power bi data model is based on AS tableau engine and it only supports one active major relationship. Multiple relationships will cause ambiguity and affect the recognition and aggregation of different table records based on the relationships.

Relationships in analysis services tabular models 

I think you can try to write measure formulas to calculate with TREATAS or USERELATIONSHIP functions.

TREATAS function - DAX | Microsoft Docs

USERELATIONSHIP function (DAX) - DAX | Microsoft Docs

Power BI USERELATIONSHIP vs TREATAS - Enterprise DNA

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
AnSc93
Helper I
Helper I

Hi @Anonymous ,

thank you for your feedback an explanation.

I will try your provided proposal regarding the DAX functions.

Best regards,

Andreas

Anonymous
Not applicable

Hi @AnSc93,

The power bi data model is based on AS tableau engine and it only supports one active major relationship. Multiple relationships will cause ambiguity and affect the recognition and aggregation of different table records based on the relationships.

Relationships in analysis services tabular models 

I think you can try to write measure formulas to calculate with TREATAS or USERELATIONSHIP functions.

TREATAS function - DAX | Microsoft Docs

USERELATIONSHIP function (DAX) - DAX | Microsoft Docs

Power BI USERELATIONSHIP vs TREATAS - Enterprise DNA

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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