Forum Discussion

DonJulio's avatar
DonJulio
Frequent Visitor
8 years ago
Solved

Allow Cross Filtering Between Unrelated Tables

    I have 2 tables: Member and TicketInfo.   Member | Ticket Count A 4 B 2 C 3 D 4 The ticket count is an added column that counts number  of ticke...
  • MariaP's avatar
    8 years ago

    Hi DonJulio

     

    You can create a link to your tables by separating your memebers out using the Query Editor and then UnPivoting your Member data to create one entry for each member. This can also be used to count your tickets for each member.

     

    This will result in the following data for you TicketInfo table.

    Y

     You can then join your Memeber table to the TicketInfo table  and perform your ticket counts from there along with the graphs described.

     

    Final Graphs

    Here is a sample PBI file with sample data if needed.

     

    https://www.dropbox.com/s/nreywxe5xeie503/MembersTickets.pbix?dl=0

     

    Hope this helps.

     

    Maria