Customize data exported via "Export data" from R script.
2 Comments
- efglynnAdvocate IVHere'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
Data Pipelines - Run only selected activities
For debugging and testing pipeline activities during development, allow us to select one or multiple activities and run only the selected pipeline activities. For example, I'm working on editing ...frithjof_v17 hours agoCommunity ChampionNew618Views11likes2CommentsSemantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which can be mapped to a separate Fabric data connec...frithjof_v1 day agoCommunity ChampionNew20Views1like0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal1401971 day agoFrequent VisitorNew6Views0likes0Comments