Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Filter Specific Data from different Timeperiod, without changing Timeperiod

Hello everyone,

 

  1. i have a summed revenue from the last 4 Calenderweeks displayed as a linegraph 

     

    The Filtering in 4 last Calenderwek is done by "Filter-on-Visual level"

  2. and revenues by productcategories but only the last week as Columngraph 

    The Filtering of last Calenderwek is also done by "Filter-on-Visual level"

  3. If i filter by a productcategory, it also filters the timeperiod of the linegraph of (last week - shown as a dot) instead of only filtering by the productcategory

Linegraph of only last week

 

i tried all() filters, and searched for a solution on several forums, but their solutions doesnt seem to fit to my problem

 

how can i keep the linegraphs "last 4 weeks" filter

  • Anonymous's avatar
    Anonymous
    3 years ago

    i got the Solution on my own:

    The problem was the Last Calenderweek "Filter-on-Visual Level" in "productcategory", i made a Measure with last Weeks Revenue explicitly for the productcategory visual and deleted the Filter-on-visual level.

    If i crossfilter now by a certain productcategory, the linegraph gets only filtered by that productcategory

2 Replies

  • Change the interaction mode from crossfiltering to crosshighlighting,  or disconnect the tables and use measure filters instead.

  • Anonymous's avatar
    Anonymous
    Not applicable

    i got the Solution on my own:

    The problem was the Last Calenderweek "Filter-on-Visual Level" in "productcategory", i made a Measure with last Weeks Revenue explicitly for the productcategory visual and deleted the Filter-on-visual level.

    If i crossfilter now by a certain productcategory, the linegraph gets only filtered by that productcategory