Forum Discussion

rvcedd's avatar
rvcedd
Icon for Helper I rankHelper I
7 years ago
Solved

Map not affected by slicer

Hello there,   I have a very simple data model with 2 tables and a 1 to many relationships. One of the tables contains Lat/Long values - the other contains a grouping category based on the ID.   ...
  • Anonymous's avatar
    Anonymous
    7 years ago

    1. Create a new Calculated Table:

    Category = DISTINCT('Grouping'[Category])

    2. Create a new Calculated Column in your grouping table:

    Category Count = 1

    3. Add a relationship between the new Category table and the Grouping table.

    4. Add the Category Count to the map (size?)

    5. Change the Slicer to the new Category table.

    Here is the pbix.

    Cheers,

    Nathan