Forum Discussion
Issue with Filtering a Line Chart with Fixed Axis
I would recommend changing your relationship cardinality to single such that the arrow is pointing away from the one and towards the many.
Not sure if that will solve the problem, but that's a good place to start. There's likely ambiguity being introduced into your scenario.
I have tried with single filter there but it didnt help. No change.
- Anonymous6 years agoNot applicable
Can you provide the sample file to take a look at?
- Mann6 years agoResolver III
Hi Anonymous
I added some sample data and created a test PBIX. Its present here:
https://drive.google.com/file/d/1MG80plgaNLlRYlIjQ9mCat3iQ8zLO8X4/view
Let me know if you need anything else.
Mann
- Anonymous6 years agoNot applicable
The issue appears to be the date and time relationships. Because you're pulling data from Source and using the fixedaxis table as a dimension, and because those 2 tables don't have a time series link, it's pulling in all the data.
I created a separate date table and time table and connected those to the Source table and that seems to work as expected.Let me know if this is what you're looking for.
https://drive.google.com/file/d/18TbLs7cePoUJC1ObW0YX_Mw3a9ygOGJU/view?usp=sharing