I have forms from various clubs (at least 5) that will be received into a folder in OneDrive. I want to combine the data into a file in PowerBi to create dashboards. However, I am stuck as I cannot figure out how to get the header information into a table that I can read from. Basically I want the Facility Coordinator data to become column data that I can read from. Appreciate any help/ advise with this. Thank youSample_file.xlsx (9.8 KB)
Glad I could help. If you don’t mind me asking, what’s the purpose of the bidirectional relationship and the bridge table? That structure would normally be used to address a many-to-many relationship between coordinator/clubs and employees. However you have a one-to-one relationship defined between coordinator and club, and a one-to-many between club and employee. In that case, why not just have your coordinator table filtering your employee table in a one-to-many relationship via the club fields in each table, improving performance and simplifying your model and your DAX?
Sorry for the delay in replying. Yes, you are right, it should not be bi-directional. As a rule I do not create bi-directional relationships. This was auto created by PowerBI, which I changed later, after adding more tables to the original file and came to create my relationships. Thank you