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 Anonymous,
Thanks for you answer. I missed that my multi selection column is a lookup.
So if I understood correctly I have to add a third list between them? In this one I will use first table primary keys and second table informations.
I'm ok with that (it looks like a classical relationnal database) but is it compatible with powerapp? Powerapp can manage multiform/multilist implementation?
I think yes (basic software like access can do it) but I prefer asking :-)
Have a nice day
Julien
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
- jup8 years agoFrequent Visitor
Thanks again, I will try !