Forum Discussion
How to create a custom table or Matrix table
- 4 years ago
Hi Abbi ,
Please check this:
Detail steps:
1. Create two tables.
ID = DISTINCT ( UNION ( DISTINCT ( Table1[ID] ), DISTINCT ( Table2[ID] ) ) )Depedency = DISTINCT ( UNION ( DISTINCT ( Table1[Depedency] ), DISTINCT ( Table2[Depedency] ) ) )2. Create relationships.
3. Create a Matrix.
For more details, please check the attached .pbix file.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks ValtteriN for the post, your post doesnt solve my issue, as my clients export the data to csv, they dont want 2 tables.
If you have any better view other than table please suggest, where i can show them the difference in the dependency against the ID's
- Icey4 years agoCommunity Support
Hi Abbi ,
Please check this:
Detail steps:
1. Create two tables.
ID = DISTINCT ( UNION ( DISTINCT ( Table1[ID] ), DISTINCT ( Table2[ID] ) ) )Depedency = DISTINCT ( UNION ( DISTINCT ( Table1[Depedency] ), DISTINCT ( Table2[Depedency] ) ) )2. Create relationships.
3. Create a Matrix.
For more details, please check the attached .pbix file.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.