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
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?
Solved! Go to Solution.
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
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 38 | |
| 33 | |
| 19 | |
| 16 |
| User | Count |
|---|---|
| 67 | |
| 66 | |
| 40 | |
| 34 | |
| 25 |