I am using Power BI embedded, and I need to allow the users to select multiple/all rows in a table visual.
I'll be using Power BI JS sdk to access the selected data and run some operations on it.
I am aware that we can select multiple rows by pressing SHIFT + UP/DOWN, or holding the CTRL key and selecting the rows. But I am looking for a checkbox or a button that will select all rows automatically.
Is this available in Power BI?