Forum Discussion
Dynamic pivot table in Power BI
Hi Ben_jdc
While it is not currently possible to replicate the exact functionality of an Excel pivot table with user-selected fields in Power BI, you can create a dynamic pivot table-like visual using the Matrix visual and Field Parameters.
I recommend using the Field Parameters concept. This will enable users to select the specific fields they wish to view by choosing them in a slicer. For more information on how to create Field Parameters, you can refer to the following URLs
https://learn.microsoft.com/en-us/power-bi/guidance/data-translation-implement-field
https://learn.microsoft.com/en-us/power-bi/transform-model/desktop-what-if
https://www.sqlbi.com/articles/fields-parameters-in-power-bi/
https://community.fabric.microsoft.com/t5/Desktop/Dynamic-Pivot-with-DAX/td-p/3442495
Thanks