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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Passing filtered value to a disconnected table

Hi experts,

Need your help here.
I am using a disconnected table in the PBI model called "Count" in the report which has a continous column "Number" with values 1 to 5 million.This column is being used as axis in a Line graph to create a continuous line. As a value i am using a measure "Total calls where Total calls = Sum(Calls Fact[Calls])

ShanayaK_1-1608761749370.png

 

We have another scatter plot visual, which looks like below and gets filtered based on a slicer "Caller type"

ShanayaK_0-1608762253263.png

Now the requirement is based on the "Caller type" filter whatever max value we get as Number of callers in the Scatter chart X-axis, same value should be set in the Line graph as maximum value for X axis.

Basically we are trying to allign the scatter plot X-axis and Line graph axis. 

 
Thanks in advance.



 

1 ACCEPTED SOLUTION
AllisonKennedy
Super User
Super User

@Anonymous If I understand correctly, I think you can create a measure: 

 

FilterDiff = MAX(CallFact[NumberCallers]) - MAX(Count[Number])

 

Then use this as a visual level filter on the line chart and set to FilterDiff is greater than or equal to zero.

 

 


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

View solution in original post

2 REPLIES 2
parry2k
Super User
Super User

@Anonymous Not sure if I really understood your question. Can you provide an example with some data? Do you want to change the x-axis on the line chart based on the maximum value in the scatter chart? Not sure if this is what you are after?

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

AllisonKennedy
Super User
Super User

@Anonymous If I understand correctly, I think you can create a measure: 

 

FilterDiff = MAX(CallFact[NumberCallers]) - MAX(Count[Number])

 

Then use this as a visual level filter on the line chart and set to FilterDiff is greater than or equal to zero.

 

 


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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