Forum Discussion

JSJB's avatar
JSJB
Helper I
3 years ago
Solved

Add a data field that does NOT impact visual

Hello,   I need to implement a sort of "choices" menu for inputting data in a Power BI custom visual. All of the functionality is implemented, by which I mean generating the dropdown, populating it...
  • dm-p's avatar
    dm-p
    3 years ago

    I think that with measures, you only get the ability to choose the actual measure at the top-level and not any specific values, as this is how selectors work. I would anticipate that you would get the same functionality as the core maxtrix visual's properties, e.g. if I have two measures in my matrix data view I get the following in the properties pane:

     

     

    I can't do anything with the measure values here, just configure properties at a measure level.

     

    With the categorical mapping you can get distinct group or series values, but I don't think that the matrix mapping has similar levels of aggregation when it comes to selectors.

     

    I'm of the opinion that you're going to have to ask the custom visuals team for the functionality you're looking for, as this still would involve adding a secondary dataset to the visual, which is currently not possible.