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

Show repeating values from disconnected table using a DAX table function

Hello All,

 

I have a dimenstion table (Table A) and 2 fact tables (Table B and C) but the dim table is only connected to Table B.

 

I know the common result that occurs if you create a table visualization using the dim table and the fact tables would be repeating values for the disconnected table and the context filtering table B.

 

My question is, is there a way to recreate that using summarize() or another dax table expression? I want to recreate the repeating values using the table expression. 

 

If I use summarize(), an error occurs if i reference table C's column. Is there another table function I can use?


  

 

1 ACCEPTED SOLUTION
tamerj1
Super User
Super User

Hi @Anonymous 

I would suggest to simply copy the DAX query that the engine generates to produce the table visual. Use the Performance Analyzer. SUMMARIZECOLUMNS is the function that does that. 

View solution in original post

2 REPLIES 2
tamerj1
Super User
Super User

Hi @Anonymous 

I would suggest to simply copy the DAX query that the engine generates to produce the table visual. Use the Performance Analyzer. SUMMARIZECOLUMNS is the function that does that. 

Anonymous
Not applicable

Thank you! this helped immensely 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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