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
Anonymous
Not applicable

Lookup value and circular dependency

HI all, 

 

Here's an issue with the following. 

 

I have one fact table that has a a one to many relationship to 3 dimension tables.

Obviously I have id to the fact table. 

 

I can create a hierarchy with the 3 identifiers and it does in the way I want. 

Then I try to create a hierarchy with the descriptor of the dimension but that does not fly. 

 

WHen I try to get the descriptors of the dimensions into the fact table with a lookup dax to create a hiearchy based on those descriptors I can only create one column on the first dimension and then when I try to create a second  column from the second dimension I get the error of <A circular Dependency was detected...).

 

1) Instead of trying to create the descriptor, is it possible to replace somehow the id description by its dimension descriptor?

 

Hope this is clear. 

 

Thanks


Francois

1 ACCEPTED SOLUTION
Anonymous
Not applicable

OK, I solved this by myself.

 

Instead of trying to use lookup, I used firstnonblank. 

 

This does the trick and I built my hierarchy with it. 

 

F

View solution in original post

1 REPLY 1
Anonymous
Not applicable

OK, I solved this by myself.

 

Instead of trying to use lookup, I used firstnonblank. 

 

This does the trick and I built my hierarchy with it. 

 

F

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