Forum Discussion

babyjb1979's avatar
babyjb1979
Helper I
3 years ago
Solved

Dimension table to filter another dimension table

Hi all, 

 

I am creating a star schema structure like this 

Both tables are connected by "Project ID". I hope to use "Division" in Submittal table to filter "Response Time" in Performance table. When I put three "Project ID" together, Looks like Power BI is not happy.

What can I do. Anyone can provide a suggestion?

Thank you in advance.

Branko

 

 

Project table

 

Project ID
A
B

C

 

Submittal table

Project IDDivision
A1
A2
A3
A4
A5
B2
B4
B5
C1
C2

 

Performace table

Project ID 
A3.7
A7.8
A4.8
A7.9
A6.8
A4.8
A7.9
B8.4
B8.9
B9.4
B9.9
B10.4
B10.9
C11.4
C11.9
C12.4
C12.9
C13.4
C13.9
  • In my view, PBI is getting confused and not knows what exactly you want to see and not able to write DAX and It is by design.

     

    To overcome, I created a measure like CountRows in the Project table and add that measure to your Table visual. The error is gone.

     

     

    In typical use, we may be using dim values in our visuals and not all three.

2 Replies