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
Mohd_Naim
Helper I
Helper I

Default row selected

I have problem situtaion where i need to show single row selected whenever report render firstime using table visual. 

examle:

I have 5 records in a table and want 1 row selected by default to show that perticular visual details into bar chart visual.

 

Please help to tackel this sinario.

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

hi @Mohd_Naim 

Now when you log out of Power BI and come back to a report, the same items will be selected as when you left. For those who're looking to have a 'last month' selection, the relative date slicer might help.

 

and you could also try another workaround as amitchandak's said.

 

Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
Super User

@Mohd_Naim , There is no way to get a row selected. Also, the default slicer is hard coded values. Or you have to create something like this a get value selected

 

example for the month in a slicer

Month Type = Switch( True(),
Date([Date]) = eomonth(Today(),-1),"Last Month" ,
Date([Date])= eomonth(Today(),0),"This Month" ,
format([date],"YYYY-MM")
)

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.