Forum Discussion

venkatmar's avatar
venkatmar
Frequent Visitor
9 years ago

Can we filter the report data based on external input data ?

Hi Team , 

 

I have a requirement of rendering/refereshing the report based on the html check box values.Can we pass the checkbox values as input parameteres to power bi report.

 

Thanks,

Venkat.

3 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    Would need more details, that's kind of open ended and would depend on the specifics.

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi venkatmar,

     

    Nope, current power bi not support interaction with current html elements and 'javascript' functions.

    If you want to get the filtered data, I'd like to suggest you to get data from source api with defined parameters.

     

    Reference link:

    Passing parameters to a call of a Power BI report

     

    Regards,

    Xiaoxin Sheng

  • I am dealing on the same scenerio, I want external filters to be passed in HTML page and after submitting those the report should get rendered A/Q to those values can something like this be done?