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.
Hello,
can I actually use an R script to create a new table with summarized metrics of an existing table, or do I need to create a calculated table with DAX? I assumed that R could be used to create new tables, but when I tried, I realized that any operation run on an existing table essentially replaces it, correct?
Solved! Go to Solution.
Right. Copy this query in Query Editor (right-click, copy and then paste) Rename this new query to something else, "Summarized". Then, in the original query, remove your R script step. Presto, 2 tables.
I would use DAX and probably use SUMMARIZE. In theory, you could copy your query for your table, add an R script step and end up with a summarized table. Is there a reason you need R to summarize a table?
Thank you for your reply. I need R because I know it, but I don't know DAX yet 🙂
So, you're saying that it is possible to use R to generate a new table? As explained, when I run the R script on an existing Power BI table, the result overwrites my table instead of creating a new one..
Well, if you know R, DAX is an utter cake walk. So, when you say "run the R script on an existing Power BI table", how, specifically, are you doing that?
I loaded the table from an excel file in Power BI, then edit query, transform, run R script. I pasted my working code from R and run it. The result overwrote the existing table.
Right. Copy this query in Query Editor (right-click, copy and then paste) Rename this new query to something else, "Summarized". Then, in the original query, remove your R script step. Presto, 2 tables.
Hello
Sorry, I do not get your answer. I have three datasets (uploaded from excel) and want to do data management using R, in particular using rbind function in order to create a unique dataset where I will do my dashboard.
I have followed exactly this post : https://stackoverflow.com/questions/44897796/operations-on-multiple-tables-datasets-with-edit-querie...
and my rbind works except that my dataset rbind overwrites my first dataset and i would like to have another one.
When you said "rename this new query" is it my first data frame?
Thanks,
Mélissa
Hi - I have looked through all the posts but not been able to find the query solution. If it is not too much trouble can you please re-post it?
Thank you.
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 |
---|---|
83 | |
75 | |
64 | |
39 | |
34 |
User | Count |
---|---|
107 | |
56 | |
52 | |
48 | |
40 |