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,
I need to use data from different tables in an R visual.
These tables have of course a different number of row.
But, PowerBI forces to put all the data in a same dataframe, which is not working if the column length aren't equal.
Do you have any idea to fix this ?
Maybe I can change the autolatic lines powerBI is adding to my script ?
Thanks a lot.
Solved! Go to Solution.
In this scenario, I suggest you create a calculated table to SUMMARIZE() column both tables together. Then drag fields from this calculated table into R visual to execute your R script.
Regards,
In this scenario, I suggest you create a calculated table to SUMMARIZE() column both tables together. Then drag fields from this calculated table into R visual to execute your R script.
Regards,
Hello,
I need to use data from different tables in a R visual.
These tables have of course different number of rows.
Unfortunately, PowerBI forces these datas in a same dataframe, which won't work as the column will have different length.
Do you have any idea ?
Maybe I can remove/change these automatic lines added to my script ?
Thank you and sorry for english mistakes if any.
User | Count |
---|---|
85 | |
77 | |
68 | |
49 | |
41 |
User | Count |
---|---|
111 | |
56 | |
50 | |
42 | |
40 |