Customize data exported via "Export data" from R script.
2 Comments
- efglynn
Advocate IV
Here's an example of when this would be useful: I can quickly create a number of boxplots using R. But once something interesting is found in the data, users will want the output from boxplot.stats -- the statistics from the boxplots. There's no easy way to get those boxplot.stats except through a huge kludge. This was a great help: R graphs and tables in Power BI Desktop, https://tomaztsql.wordpress.com/2016/12/18/r-graphs-and-tables-in-power-bi-desktop/ A second R visual can repeat all the boxplot computations with plot=FALSE specified, and then the stats can be captured and plotted as text in a graphic. The data table as a graphic prevents copying and pasting the data, which is a huge kludge but that makes the data visible. Even better, let us use R to create new Power Bi datasets that can be used in Power BI visuals -- or even other R visuals. - fbcideas_migusrNew MemberStatus added:Needs Votes
Recent ideas
Enable sorting of diagram pages in Power BI Desktop
I, as a developper, rely a lot on model view and diagrams... It's annoying to not be able to sort the diagram pages in this view, since I tend to try to organize these by subject and it becomes a...Daproulx15 minutes agoFrequent VisitorNew4Views0likes0CommentsImproving complexity of Page Navigator in PowerBI
The page navigator could be improved in multiple ways to help reports that have many pages: Allow scroll in vertical view Allow pages within the navigator (EX: using a right and left carrot to sho...kreid5 hours agoNew MemberNew77Views2likes2Comments