Forum Discussion

SandeA's avatar
SandeA
Helper III
6 years ago
Solved

Filtering between Visualizations

Hello! I have a dashboard with 3 charts, a table, and 4 cards along with 2 slicers at the top:

My issue is that when I click on the Number of Requests by Status or Requests by Type visuals, it is not filtering any of the other visuals. The below screenshot shows the 'Edit Interactions' option turned on to see that all of them are set to filter when the visual is clicked on:

However, when I click on an item in the table on the right, it filters all of the visuals

Below is the breakdown of measures used in the 3 charts:

Total

TotalRequests = COUNT(Request2[PRR#])

Req by Status:

Closed = CALCULATE([TotalRequests],FILTER(Request2,Request2[ReqStatus]="Closed"))

InProgress = CALCULATE([TotalRequests],FILTER(Request2,Request2[ReqStatus]="In Progress"))

New = CALCULATE([TotalRequests],FILTER(Request2,Request2[ReqStatus]="New"))

OnHold = CALCULATE([TotalRequests],FILTER(Request2,Request2[ReqStatus]="On Hold"))

Req by Type:

AgencyReq = CALCULATE([TotalRequests],FILTER(Request2,Request2[RequestTypeId]=4))

CorporateReq = CALCULATE([TotalRequests],FILTER(Request2,Request2[RequestTypeId]=7))

GovernmentReq = CALCULATE([TotalRequests],FILTER(Request2,Request2[RequestTypeId]=6))

etc……

Req per Month

Same as Req by Status but with TotalRequests 

  • Hi SandeA 

     

    Sorry, I misunderstood the problem. It was late.

     

    The internal measure filter is not propagated. You have to insert the status column in the legend.

    Check this out.

    PBIX

    Regards,

    Marcus

    Dortmund - Germany
    If I answered your question, please mark my post as solution, this will also help others.
    Please give Kudos for support.

  • Hi SandeA ,

     

    it won't be dependent on the version.

    It does not work

    It does not work

    It works

    It works

  • Hi SandeA ,

     

    it should look something like this. (a measure and request type as legend)

11 Replies

    • SandeA's avatar
      SandeA
      Helper III

      mwegener 

      I understand the interactions but it just doesn't appear to be working.  Here is a screenshot showing the interactions for the report to the visuals:

      The interactions between the visuals and the report are all set. I just don't understand why they don't appear to be working. 

  • v-gizhi-msft's avatar
    v-gizhi-msft
    Community Support

    Hi,

     

    After my test, it works fine here.

    please try to update your Power BI Desktop to the latest version.

    If you still have the same problem, i advise to create a support ticket:

     

    Best Regards,

    Giotto Zhi

  • mwegener's avatar
    mwegener
    Most Valuable Professional

    Hi SandeA 

     

    Sorry, I misunderstood the problem. It was late.

     

    The internal measure filter is not propagated. You have to insert the status column in the legend.

    Check this out.

    PBIX

    Regards,

    Marcus

    Dortmund - Germany
    If I answered your question, please mark my post as solution, this will also help others.
    Please give Kudos for support.

    • SandeA's avatar
      SandeA
      Helper III

      mwegener  and v-gizhi-msft 

       

      I noticed we are not on the most current version both for the Desktop and our On Premise server version. I've asked the DBA to update the server. When done, I'll update my Desktop version and try again. 

       

      Thank you!

      • mwegener's avatar
        mwegener
        Most Valuable Professional

        Hi SandeA ,

         

        it won't be dependent on the version.

        It does not work

        It does not work

        It works

        It works