Forum Discussion
Power BI
Usually, when we add a column to filter, PowerBI will automatically group that column data. Is it possible not to group the data on the filter and list/show all the duplicates?
7 Replies
- jdbuchanan71Super User
You can, using Tabular Editor. You need to identify your key column, then you can set your name column to keep unique values.
https://www.sqlbi.com/tools/tabular-editor/
Before setting 'Keep Unique Rows'
After setting 'Keep Unique Rows'
- Sean_SRegular Visitor
But it will affect other dashboards right? Is it possible to set it for only specific dashboards?
- jdbuchanan71Super User
It is not, no. For that you would need to add a copy of the colmn to the same table and set only one of them to keep unique values.
- Sean_SRegular Visitor
Any other way around that we can use in PowerBI itself?
- jdbuchanan71Super User
Unfortunately no. The Keep Unique will always apply to the column so if you want to have it group on some reports you would need a groupable copy of the column where Keep Unique is set to false.
- Sean_SRegular Visitor
Thank you for your response! I don't think it's an option for me to use company data on other sites (tabular editor)
- jdbuchanan71Super User
Tabular Editor is not another site, it is a tool you download and use to modify your .pbix file.