Forum Discussion
Anonymous
2 years agoNot 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 vis...
- 2 years ago
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.
tamerj1
Community Champion
2 years agoHi 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
2 years agoNot applicable
Thank you! this helped immensely