Forum Discussion

bibhore_in's avatar
bibhore_in
Regular Visitor
10 years ago
Solved

Applying filter in PowerBI web reports from Url

We were trying to pass the filters to the published PowerBI reports by following the steps in the given link. http://stackoverflow.com/questions/35555694/passing-parameters-to-power-bi-filter-progra...
  • Eric_Zhang's avatar
    10 years ago

    Try to change the "Dataset name" to table name,

     

    &filter=tablename/columnname eq 'value'

     

    One thing important is that tablename/columnname is case-sensitive. Make sure you've specified the correct names.