Forum Discussion
Import Access fields that allow multiple values from lookup
- 9 years ago
There are three fields which contain multiple values. I solved the problem creating three Access queries on the primary key, date, and each field value (field.value) individually. I downloaded these queries in BI which gave me the information I needed in the correct format. Thanks for your assistance.
Is this a refresh of a table previously loaded, or an initial load. A brand new table? I have never heard of a partial load failure on a brand new table load. What happens if you open a blank new workbook and just import this table? Does it work? If you have previously imported a table and used columns to create relationships (e.g. In the one side of a relationship) and then you refresh the table and the data columns are no longer unique, then I guess someing Bad like this could happen. It certainly won't work, but I'm not sure how power bi will trigger an error.
Although they exist and are populated in the Access table, BI does not import them on the initial load nor any refresh. Since they don't exist in BI, they aren't used in relationships. BI doesn't trigger an error - the fields just don't exist. I didn't realize they weren't there until I needed to reference them in a report. These fields are vital to the report so I need to find a solution as soon as possible.
- MattAllington9 years agoCommunity Champion
OK, I think I understand. So it sounds like these columns are not scalar values, but instead a table of values. Is that correct? Can you write a query in Access that expands the data into multiple columns or other tables?
- rujimenez9 years agoFrequent Visitor
There are three fields which contain multiple values. I solved the problem creating three Access queries on the primary key, date, and each field value (field.value) individually. I downloaded these queries in BI which gave me the information I needed in the correct format. Thanks for your assistance.