Forum Discussion
Maahmohammed
Helper I
1 year agoNew fields in oracle database doesn't appear in my module
Dear sirs, I had a Power BI module getting the data from the Oracle database. A new field had been added to the database, I couldn't see those new fields in my module however I made a refresh. I don...
- 1 year ago
Do you have view in the database or step in powerquery (table.selectcolumn()) that selects columns that doesn't include the new column?
- 1 year ago
Hi Maahmohammed, so let's follow these steps:
- Get the pbix file of your report and open it in Power BI Desktop. If you don't have pbix file, make sure to contact the report author/your IT team and ask them to do the following steps/send the file to you
- Now, open pbix file and verify what is a connectivity mode used in the file? You can find more about it here - Different Connectivity Modes in Power BI - ClearPeaks
- Now focus on the connectivity mode of a table, where new columns are missing.
- Is it connected via DirectQuery? If so, you need to contact IT team and verify with them why you see only a part of the data. Potential reason: your user account doesn't have enough permissions
- Is connectivity mode "Import"? If so, Power Qeury Editor is used to connect to the data: go to "Transfrom Data", find the query (i.e., table) where columns are missing on the left side, click on it and carefully review all "Applied stesps" (on the right side of the screen). Does one of the first steps where you see the table for the first time contains data? If so, then the new columns are filtered out. Review the following steps and adjust accordingly. If not, then the table you connected doesn't contain new columns: verify that you're not working with a copy of the table and make sure that columns ahve been added to exactly this table and not the one that has a very similar name or located somewhere else (for instance in another schema of a database)
These steps should help you to identify the issue. Most likely you're connected to a wrong table, or unintentionally filtering out the data you need to keep or don't have enough permissions.
Good luck with your project! 🙂
Deku
Super User
1 year agoDo you have view in the database or step in powerquery (table.selectcolumn()) that selects columns that doesn't include the new column?
Maahmohammed
Helper I
1 year agoNo, I don't have any of what you have mentioned