Forum Discussion
Facet Wrap in Power BI
Does anyone know if its possible to facet wrap or add multiple variables to the y or x axis? Its functionality that can be done within R and Tableau - but I need to do this in PBI. The attachment is what I'm looking to do (dummy data - voter counts by a ratio, with 5 different charts for the State) - I've tried Facet Key, slicers, filtering, etc. but cannot get this view. Thanks in advance.
2 Replies
- Phil_Seamark
Microsoft Employee
Hi biuser4
You can create R charts in Power BI easily enough, then you can probably use the same code in Power BI that you used to generate your screenshot
https://docs.microsoft.com/en-us/power-bi/desktop-r-visuals
- AnonymousNot applicable
If you wan to facet wrap in power BI without using the R code, you can use small multiples(present below the "Legends" field). Simply put your column under small multiples and you would get the exact result. Good Luck!