Forum Discussion
Filter data but not X Axis
- 8 years ago
What I did to fix this was I created a new table with only the month name and month number (so I can sort properly) and then I created a relationship between my new table and my DimDate table. Then I replaced my axis with the month name from the new table.
New Table:
Created relationship with DimDate table:
Now it works as expected!
Full year:
Filtered:
Note: I also had to check "Show items with no data" as well as filter out Months that are blank because it created a blank month for some reason.
What I did to fix this was I created a new table with only the month name and month number (so I can sort properly) and then I created a relationship between my new table and my DimDate table. Then I replaced my axis with the month name from the new table.
New Table:
Created relationship with DimDate table:
Now it works as expected!
Full year:
Filtered:
Note: I also had to check "Show items with no data" as well as filter out Months that are blank because it created a blank month for some reason.