Forum Discussion
Copy relation from one table to another
I have one table t1 which includes data from different section.
This table has a lot of relations to other tables.
My filtered table t2 based on t1 and should have the same relations to the other tables.
therefore I am asking for a convenient way to relate these tables
You can use Autodetect feature for relationships to be automatically defined.
For more information, Please refer to this documentation from microsoft here.
Thanks & Regards,
Bhavesh
- initpro9 years agoRegular Visitor
thanks for the hint.
I know this feature but even I let to detect auto relation then also other relations are made with no sense.
It would be fine to autodetect relations onle from tables of my choice.
- HarrisMalik9 years agoContinued Contributor
initpro What is the reason of having a filtered table with exactly the same dimension tables? what you are trying to achieve?
Regards
Harris
- initpro9 years agoRegular Visitor
the reason for this filtered table is that I use the Power bi free account and I like to offer our customer data on a dashboard.
The free account does not allow row security on different roles.
If I try to filter rows for a certain dashboard this filter is also shown on the reportdata for a special dashboard and the user that has access to this dashboard is able to delete the filter and see than all data.
So my thoughts behind was I publish only these filtered table data.
But at the moment it's not possible to show filtered table data on the dashboard tile, it seem this is a bug of the service.
I hope my explanation was understandable.