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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Tarunika
Helper II
Helper II

By default the first occuring value from a table details should be seen in the other table

 

Hi all,

here by default from the event name table the first occuring event name's details   to be shown in the Event analysis table and the title of the bar chart should also show up the first occuring event name by default

Tarunika_1-1672227546752.png

 

may ik how can i achieve this

2 REPLIES 2
Tarunika
Helper II
Helper II

@amitchandak 

The Problem is i have two tables i.e Event Name table and Event Analysis Table 

The Event name consist of Top 10 events and its corresponding percentage where as the Event Analysis table consist of the details for the events , so here when i click any event or value from the event name table the corresponding details will be displayed in the Event analysis table.

 

Here the requirement is by default i want the first event or value details to be displayed in the event analysis table 

 

For ex:

In the below pic the first event is (klockan gick...) but in the event details table some other event(config lock removed) details is coming by default i want Klockan Gick details because that is  event with highest percentage 

Tarunika_0-1672234769024.png

 

amitchandak
Super User
Super User

@Tarunika ,The information you have provided is not making the problem clear to me. Can you please explain with an example.

 

if you want a default selection is slicer, then you need

 

a column like

 

if([COlumn] = Min(Table[Column]), "Default", [Column])

 

and save slicer of default


Appreciate your Kudos.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors