Forum Discussion

MichaelDove's avatar
MichaelDove
New Member
8 years ago
Solved

Creating Sample Data set via slicer.

Hi All,   I have a report page where a user can narrow down data in a table using 7-8 slicers on the page to view data specific to their region/division. Users still require to be able to export to...
  • v-yuta-msft's avatar
    8 years ago

    Hi MichaelDove,

     

    Power BI doesn’t support dynamic calculated table (row or column are dynamic) based on slicer because slicer selection is based on visual level but calculated table is based on data model level. You can’t change data in data model level from visual level.

     

    If you only want to create dynamic row calculated table, you can use measure as a workaround, however, if you want to create dynamic column calculated table, Power BI doesn’t support this feature.

     

    Regards,

    Jimmy Tao