Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello,
Is there a way to create a visual in power bi like a pivot table in Excel , where the fields are dynamic and the end - user can build a diffrent pivot table with diffrent fields every time. ?
It's possible to create a dynamic pivot table with the FlexiPivot visual. Browse Apps | Microsoft Marketplace
End users can interact with the pivot table similar to how they interact with pivot tables in Excel.
Hi @Ben_jdc
This might bot be exactl solution this will guve you direction here is link for solution
Did I answer your question? Mark my post as a solution! Appreciate your Kudos!!
Check for more intersing solution here: www.youtube.com/@Howtosolveprobem
Regards
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
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