Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ruboo1993
New Member

Power BI table. Select all

HI All,

 

How can I perform select all and deselect some rows in power BI table?

 

Regards,

Ruben

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @ruboo1993

If you mean to perform this on report, you could add these columns in a table visual, then add the column which you use to select or deselect rows in a slicer.

 

To select all, please go to "format"->selection controls, turn on "select all" bar.

 

To deselect some rows, please go to "format"->selection controls, turn off "single select" bar.

then you could select some rows, this means some rows are deselected.

or you could select all, then uncheck some values, these rows would be deselected.

 

If you want to select and deselect some rows in power query to change the dataset model, you could consider the function:

Table.SelectRows(table as table, condition as function)

It will return a table containing only the rows that match a condition

 

If you want to filter some rows to get a new table, you could take Greg_Deckler's advide into consideration.

 

Best Regards

Maggie

View solution in original post

3 REPLIES 3
Vaibhavi
Frequent Visitor

Hi @ruboo1993,

 

You can use the R DataTable Visual from the Visuals Gallery.

 

R DataTable

 

Hope you are looking for something similar.

 

Thanks,

Vaibhavi

 

v-juanli-msft
Community Support
Community Support

Hi @ruboo1993

If you mean to perform this on report, you could add these columns in a table visual, then add the column which you use to select or deselect rows in a slicer.

 

To select all, please go to "format"->selection controls, turn on "select all" bar.

 

To deselect some rows, please go to "format"->selection controls, turn off "single select" bar.

then you could select some rows, this means some rows are deselected.

or you could select all, then uncheck some values, these rows would be deselected.

 

If you want to select and deselect some rows in power query to change the dataset model, you could consider the function:

Table.SelectRows(table as table, condition as function)

It will return a table containing only the rows that match a condition

 

If you want to filter some rows to get a new table, you could take Greg_Deckler's advide into consideration.

 

Best Regards

Maggie

Greg_Deckler
Super User
Super User

Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 

That being said:

 

Table = FILTER(ALL('Table1'),[Column]="Some value")

@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.