Forum Discussion

diederd's avatar
diederd
Helper II
6 years ago
Solved

Tooltip with multiple fields (sorting in descending order)

Hello Power BI Community   I'm having some trouble in being able to generate a tooltip with multiple fields (with values summed and sorted in descending order). I have included a data sample to ass...
  • MFelix's avatar
    6 years ago

    Hi diederd ,

     

    Create 3 dimension tables:

    • Calendar
    • Transaction
    • Companies

    This tables will have to have unique values and make the one to many connection between the other two tables.

     

    Now setup the following measure:

    Banks = CONCATENATEX(tblBank;tblBank[Bank];",")

    This will give you the setup for the bank information on a single row.

     

    Create a table with the following setup:

    • Companies[Company]
    • DimDate[MonthYear]
    • [Banks]

     

    Now create a tooltip page and add a table visual with the following setup:

    • tblBank[Bank]
    • tblBank[Fee paid (LCY)]

     

    Turn on the tooltip on the first table and setup the previous tooltip page on that see result below and on PBIX file attach.

     

    You can set up the tooltip with other type of information not only a table and can be use on all other visuals.

     

    Regards,

    MFelix