Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Liquid tag AAD not recognize parameters

I'm having strange behavior when embedding a report in PowerApps Portal. If I have the pbiEmbedded method, the parameters in javascript work fine, if I change it to AAD, they no longer work.

 

Javascript:

 

 

$(function(){
    var embedContainer = $(".powerbi")[0];
    var report = powerbi.get(embedContainer);
    report.on("loaded", function(){
        report.updateSettings({
            panes: {
                filters :{
                    visible: false
                },
                pageNavigation:{
                    visible: false
                }
            }
        }).catch(function (errors) {
            console.log(errors);
        });
    })
    report.on('dataSelected', function(event){
        console.log('Event - dataSelected:');
        console.log(event.detail);
    })
})

 

 

Error:

 

GOInside_0-1641806619142.png

 

Topic:

 

https://powerusers.microsoft.com/t5/Power-Apps-Portals/Javascript-Power-BI/m-p/1416329#M10634

 

Status: Investigating

To create a support ticket about Power Apps, please refer the end of Power Apps support page if you are an administrator of your Power Apps tenant:

https://powerapps.microsoft.com/en-us/support/

 

vyingjl_0-1642388626458.png

 

Best Regards,
Community Support Team _ Yingjie Li

Comments
v-yingjl
Community Support
Status changed to: Investigating

To create a support ticket about Power Apps, please refer the end of Power Apps support page if you are an administrator of your Power Apps tenant:

https://powerapps.microsoft.com/en-us/support/

 

vyingjl_0-1642388626458.png

 

Best Regards,
Community Support Team _ Yingjie Li