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
wilson_smyth
Post Patron
Post Patron

Only showing data in a second table when a single row is selected in first table

I have a list of contacts who attended events. I can see a table of the most recent event they attended.


Each contact can be a part of one or more office. Offices are shown in a second table.
I only want to show the offices in the second table, when a single contact ( or row in the first table) is selected.

As i have no measures on the tables and am not aggregating, im unsure how to tackle this.

 

The below link is to a sample pbix illustrating the issue, . I want to only see the offices in the Contacts Office table, when a user selects a single contct row in the attendance table.

 

Link to pbix

 

Appreciate any advice on this.

4 REPLIES 4
v-jiascu-msft
Employee
Employee

Hi @wilson_smyth,

 

There could be a workaround. But I can't do it in your mode. It's something like this: adding a tag column.

tag =
IF (
    ISFILTERED ( Office[Office Name] ),
    COUNT ( Contact[Contactname] ),
    BLANK ()
)

Only_showing_data_in_a_second_table_when_a_single_row_is_selected_in_first_table

 

 

Please create an idea here for the new feature.

 

Best Regards,

Dale

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

@wilson_smyth if i click a row in the table with contact name it shows only the office selected, so dont understand what your issue is exactly?  maybe screen shot and show the problem





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Apologies, I did not ask the question correctly.

 

Currently, if no rows are selected, all offices are displayed in the offices table.


I want 0 rows to show in the offices table, unless a row is selected in the contacts & events table. 

 

I don't believe what you want is currently possible.

Maybe it would be worth suggesting as an update?
I would vote for the idea...

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.