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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
babyjb1979
Helper I
Helper I

Dimension table to filter another dimension table

Hi all, 

 

I am creating a star schema structure like this 

babyjb1979_0-1691163156355.png

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.

babyjb1979_1-1691163320676.png

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
1 ACCEPTED SOLUTION
sevenhills
Super User
Super User

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.

 

sevenhills_0-1691168996585.png

 

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

View solution in original post

2 REPLIES 2
sevenhills
Super User
Super User

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.

 

sevenhills_0-1691168996585.png

 

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

foodd
Super User
Super User

Please provide your work-in-progress Power BI Desktop file (with sensitive information removed) that covers your issue or question completely in a usable format (not as a screenshot).

https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...

Please show the expected outcome based on the sample data you provided.

https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...

This allows members of the Forum to assess the state of the model, report layer, relationships, and any DAX applied.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors