This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hello everybody,
So I am having an issue with R in Power BI because in the R script visual function. I can only put one table in each visual because the amount of rows are different. So in R I created a table that made it so all of the values within a month is summed up using this formula:
newtable <- dataset %>%
mutate(month = month(dataset$DATE, label = TRUE), year = year(dataset$DATE)) %>%
group_by(year, month) %>%
summarise(total.amt = sum(AMOUNT))
This would make it so they have the same amount of rows.
Now I want to make that formula into a table in Power BI. Is this possible?
I saw elsewhere to use a SUMMARIZE function but I am not familiar with how you would put an R script into it.
Thanks
Solved! Go to Solution.
Hi @Anonymous
Find some articles for you to check if they would help you.
https://docs.microsoft.com/en-us/power-bi/desktop-r-visuals
Regards,
Cherie
Hi @Anonymous
Find some articles for you to check if they would help you.
https://docs.microsoft.com/en-us/power-bi/desktop-r-visuals
Regards,
Cherie
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 29 | |
| 25 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 59 | |
| 50 | |
| 25 | |
| 20 | |
| 20 |