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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
gadao
Frequent Visitor

Need Help On Filtering a Line Chart Correctly

Hi there,

 

Need some help in situation here.

 

I have a Bar chart with a rate in Y axis e and names in the X axis, this chart is filtered to display the last date available.

I have created a line chart to display the full period, basically the same chart, but instead of names in X axis I have dates now.

I would like to click in the names in first chart and this filter only that name in the second chart.

 

But since the first chart I did using the filters, when I click in any name the second chart filters that name but also the date, displaying a point in the chart.

 

I tried to replicate the filter behavior using DAX, but I wasn't successful.

 

Any Ideas of how to do it?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @gadao ,

 

You could create an independent date table and create an inactive relationship between the fact table.

Create a measure use USERELATIONSHIP() function in first visual.

USERELATIONSHIP function (DAX) - DAX | Microsoft Learn

Then the first visual will filtered by date from new table but the second visual won't.

 

Best Regards,

Jay

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @gadao ,

 

You could create an independent date table and create an inactive relationship between the fact table.

Create a measure use USERELATIONSHIP() function in first visual.

USERELATIONSHIP function (DAX) - DAX | Microsoft Learn

Then the first visual will filtered by date from new table but the second visual won't.

 

Best Regards,

Jay

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.