Forum Discussion
Workaround multiple selection getting problem (sharepoint list)
- Anonymous8 years ago
Hi jup,
>>I'm ok with that (it looks like a classical relationnal database) but is it compatible with powerapp? Powerapp can manage multiform/multilist implementation?
Actually, power bi not support M:M relationships, you need to add one bridge table to link them.
In my opinion, power bi will auto combine all column form sharepoint list. Since it is hard to deal with multiple type at same, I'm split them to different table with key column as link relationship.
After expand these columns, it will similar as normal relationship databsae.(I think it is more simply than use complex table to create visualizations)Regards,
Xiaoxin Sheng
Hi jup,
>>I'm ok with that (it looks like a classical relationnal database) but is it compatible with powerapp? Powerapp can manage multiform/multilist implementation?
Actually, power bi not support M:M relationships, you need to add one bridge table to link them.
In my opinion, power bi will auto combine all column form sharepoint list. Since it is hard to deal with multiple type at same, I'm split them to different table with key column as link relationship.
After expand these columns, it will similar as normal relationship databsae.(I think it is more simply than use complex table to create visualizations)
Regards,
Xiaoxin Sheng
Thanks again, I will try !