Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Solved! Go to Solution.
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.
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.
Thank you! this helped immensely
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
9 | |
6 |