Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I have two queries say A and B. Query A has a R script that generates a single data row after some prediction calculation. The results of A need to be added into B.
Initially B is empty. After the first refresh, data is generated in Query A and it needs to be appended into Query B. Subsequently, after each refresh, all the data generated in Query A needs to list up in B.
Basically, here Query B is maintaining a log of results from Query A. How to achieve this? Let me know if any more explanantion is needed.
Solved! Go to Solution.
Hi @Anonymous,
Please consider below two scenarios.
Scenario1: Query A always loads one row record. After refresh, the new record would cover over the old record.
It is not possible to insert the new record into Query B every refresh.
Scenario2: Query A has only one row record originally. Each time we refresh Query A, it would add one row record into the loaded table.
In that case, your requirement could be achieved. Please append Query A to Query B. When you refresh Query A, the new updated data would be automatically added to QueryB.
Best regards,
Yuliana Gu
Hi @Anonymous,
Please consider below two scenarios.
Scenario1: Query A always loads one row record. After refresh, the new record would cover over the old record.
It is not possible to insert the new record into Query B every refresh.
Scenario2: Query A has only one row record originally. Each time we refresh Query A, it would add one row record into the loaded table.
In that case, your requirement could be achieved. Please append Query A to Query B. When you refresh Query A, the new updated data would be automatically added to QueryB.
Best regards,
Yuliana Gu
@v-yulgu-msft Your solution will only work first time you will have A and B time second time You will A and C and B will be missing.
I think that is not possible at the moment.
Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials
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 |
---|---|
81 | |
75 | |
60 | |
37 | |
33 |
User | Count |
---|---|
102 | |
56 | |
52 | |
46 | |
40 |