Forum Discussion

FletchNZ's avatar
FletchNZ
Frequent Visitor
6 years ago
Solved

Ipad app forcing Multi Select on table visual

Hi All, 

I have created a dashboard that uses a table as a filter, and when a record is selected in the table I use SelectedValue() to show more details on the selected record. Report works great in the web but once tested on the Ipad app I find the table visual forces Multiselect so when they try to swap from one record to another it selects both. 

 

I have tried all other Table and filter visuals in the app store but nothing will let me display 3 columns and force a single select table.

 

Are there any other DAX options or anything else I can use?

  • Anonymous's avatar
    Anonymous
    6 years ago

    HI FletchNZ,

    AFAIK, table visual not contain any multiple selections features, normally you can only use 'control + click' to force selection multiple items.

    I'd like to suggest you take a look at the following document to enable the 'multi-select' option on your report page and test if this works on table visual: (if this also not works, it means your requirement still not available on the mobile app side)

    Report multi select in the mobile app 

    Regards,

    Xiaoxin Sheng

3 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    HI FletchNZ,

    AFAIK, table visual not contain any multiple selections features, normally you can only use 'control + click' to force selection multiple items.

    I'd like to suggest you take a look at the following document to enable the 'multi-select' option on your report page and test if this works on table visual: (if this also not works, it means your requirement still not available on the mobile app side)

    Report multi select in the mobile app 

    Regards,

    Xiaoxin Sheng

    • FletchNZ's avatar
      FletchNZ
      Frequent Visitor

      You legend, I had to demo this to the CEO tomorrow and was dreading it but now its working as intended.

      I never thought the Multi select option would be in the app not the table options