Forum Discussion

jijods4's avatar
jijods4
Frequent Visitor
7 years ago
Solved

Custom Search Visual

I am trying to create a custom search filter. Say I have 3 category Category, Country and Segment. Category has values Furniture, Office Supplies, Technology Country has values  (India,Canada,USA)...
  • v-evelk's avatar
    v-evelk
    7 years ago

    Hi,

     

    Check the console and you will see that filterType is undefined.

    It happens because constant FilterType.Tuple is unavailable -- it doesn't contain export declaration.

    You need to use it like the following:

    filterType: 6

    Kind Regards,

     

    Evgenii Elkin,
    Software Engineer
    Microsoft Power BI Custom Visuals
    [email protected]