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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
nroeder
Frequent Visitor

Data changes after click row

I'm hoping someone much smarter than I am can help. I have 2 tables shown on a report. Clicking on the row of 1 table makes that data in the second table disappear despite the data being tied to the row. Please help.

Top image row not clicked, bottom image row clicked.

 

nroeder_0-1662064219163.png

nroeder_1-1662064284563.png

 

 

1 ACCEPTED SOLUTION
Jeanxyz
Impactful Individual
Impactful Individual

Are the data from two visuals coming from the same fact_sheet? If not, better check the relationship diagram. I'm making a bold guess: could you use one dim_date table and link it to [ActiveDateTime] and [CreatedDate]? If that's the case, the interaction will cause 2nd table to disappear. 

View solution in original post

6 REPLIES 6
Jeanxyz
Impactful Individual
Impactful Individual

By default, there is interaction between visuals on the same page, meaning when you click one row in one table, the filtering context is passed to other visuals on the page. 

 

Here is video about interaction and how to de-activate it. 

 

https://www.youtube.com/watch?v=KQsRHWTF4Bs

Yeah I understand that and that's what I want to happen. But in this instance that record is tied to the record below and should still show when clicked on. However it does not. Also not that the count of property goes to blank when selected. That should not be possible. 

Jeanxyz
Impactful Individual
Impactful Individual

Are the data from two visuals coming from the same fact_sheet? If not, better check the relationship diagram. I'm making a bold guess: could you use one dim_date table and link it to [ActiveDateTime] and [CreatedDate]? If that's the case, the interaction will cause 2nd table to disappear. 

Ok I think that solved that problem but now i've ran into another problem.

 

Basic Table Layout

PropertyTable

PropertyIdCustomer Name
1Joe smith
2David Small

 

ActivityTable

ActivityId

PropertyIdDetailsDate
11talked to customer

08/31/2022

 

22Met Inspector

9/1/2022

31Collected Check

9/1/2022

 

 

So in my report I have two tables show in the pictures above.

In the top table I have a new column with the following formula

Last Activity = DATEDIFF(TODAY(), DATEVALUE(max(Activity[ActivityDateTime],Activity[PropertyId])), DAY)* -1
 
Which returns how many days have passed since contact with the customer has been made.
 
The issue is in the second table below, only the last activity for that customer will now show.
 
Any ideas how to fix this?
Jeanxyz
Impactful Individual
Impactful Individual

What's the key between PropertyTable and ActivityTable, propertyID? Meaning propertyID is your customer ID? You need to create a visual to show date difference per customer per activity?

 

@nroeder 

 

Please see pbix file attached. If that's not what you need, please upload a sample file to help us help you. 

https://www.dropbox.com/s/1j1ckz0o21smorf/date%20diff.pbix?dl=0

nvm it was being summed. Thanks for the help.

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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