Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I'm using an internal API to populate the data in my report. I'm having issues refreshing the data. If I add or delete a column to my report it is reflected in the API but not in Power BI. I did some research and found a post that suggested changing the number of columns in the advanced editor. Unfortunately I cannot do that (because of the way the developers on our team structured the API). Below is the online example I found, and then NSS is the way that my advanced editor is loading the API data.
I'm looking for ideas/suggestions on how to load or manipulate the queries so that the data in Power BI will always accurately reflect the API (specifically when adding or deleting columns). Thanks!
Hi @Anonymous ,
AFAIK, power query table will cache table structure in query steps. They can't dynamic changed based on previous steps, so you need to manually fix them if any changes applied on datasource side.
In my opinion, you can consider to send columns list on api side, then you can use this list in table format step.
BTW, can you confirm web connector received csv file? If this a case, you can package web.contents function with csv.document function codes.
Regards,
Xiaoxin Sheng
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
78 | |
78 | |
59 | |
35 | |
33 |
User | Count |
---|---|
100 | |
62 | |
56 | |
47 | |
41 |