Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
There are 3 data in the table. but in matrix visual There is 1 data. how to show all data
Solved! Go to Solution.
@komkit , for that you have to index the column and bring it visual as not summarized
Power Query- Index Column: https://youtu.be/NS4esnCDqVw
Hi @komkit .
Unfortunately, there is no way to display duplicates line by line.
Additionally, by adding an index column, the number of rows can be opened based on their repetitions.
Please see the attached link.
https://stackoverflow.com/questions/69539709/keep-duplicate-data-in-matrix-visual-power-bi
If you still need to see every repetition visualy, you could use the connection between the category and its index and display either as an additional hierarchy or on its own.
Did I answer your question? Mark my post as a solution! Appreciate your Kudos 🙂
Hi @komkit .
Unfortunately, there is no way to display duplicates line by line.
Additionally, by adding an index column, the number of rows can be opened based on their repetitions.
Please see the attached link.
https://stackoverflow.com/questions/69539709/keep-duplicate-data-in-matrix-visual-power-bi
If you still need to see every repetition visualy, you could use the connection between the category and its index and display either as an additional hierarchy or on its own.
Did I answer your question? Mark my post as a solution! Appreciate your Kudos 🙂
@komkit , for that you have to index the column and bring it visual as not summarized
Power Query- Index Column: https://youtu.be/NS4esnCDqVw