Forum Discussion
Problem with 3 data tables in a table chart
- Anonymous5 years ago
Use column of table A as slicer and put the columns of Table B and C in a table visual. You can start your analysis from this point. You cannot put all A, B and C in a single visual.
Is there a relationship between B and C. Can you paste a screenshot of the model or share the pbix file if possible ?
- Anonymous5 years agoNot applicable
Hi there is no direct relationship between B and C.
They are only connected over table A.Left table is Table B, middle one is Table A and right one is Table C.
And in my table chart I want to have values from table A, B and C.- Anonymous5 years agoNot applicable
I can see you are trying a workaround to avoid many to many relationship. In such case we generally use the middle table as filter/slicer and it cannot be used with both wing table in a visual a the same time. Logically you can think that one PersonnalNumber from Table B has multiple values in Table C. How will Power BI know which data to show for which Id.
You can go through this link for better understanding. Hope I was able to clarify the issue. Kindly accept this post as solution if it helped
- Anonymous5 years agoNot applicable
Thank you.
You are right but I would be fine with a cartesian product.
Because there are no money values and it is just about Dataquality.
I am only analysing if a employee has a country, working contract, hour rate etc filled in the DWH.
And the table is just to verify the data and to see if there is "null" value and in which column and for which employee it is. I don't care if Power BI duplicates the data because it is not for analyzing it.
Is there an option in Power BI to see all the values?