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,
Current I haven't found a effective method to solve multiple type convert issue.
For my opinion, I will use one column as primary key and split current table to multiple tables with key column and other type columns. Then expand different type columns and try to convert them to table.
BTW, I don't think you can direct expand all table columns.
Regards,
Xiaoxin Sheng
- jup8 years agoFrequent Visitor
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
- Anonymous8 years agoNot applicable
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 !