Hi all guys, I realized a report with report builder. On this report I have a textbox with a URL. I would like open the link in a new page of browser. The link is to achive another report realized on power BI with filters.
In the "action" "go to the url" I have written ="javascript:void(window.open('https://app.powerbi.com/groups/me/reports/ReportSection4c6f39280b57223d8705?filter=ORDERS/ORDER_ID eq '" + Fields!AU.Value + "'"', '_blank'))" In this case if I click on it doesn't run.
I tried also with html tag in the value: ="<a href='https://app.powerbi.com/groups/me/reports/ReportSection4c6f39280b57223d8705?filter=ORDERS%2ORDER_ID%20eq%20%27000009631601%27' target='_blank'>" & Fields!AU.Value & "</a>" but the report is opening on the same page.
How is possible to open in a new page of browser the link? I have a lot of others link that run very well but to achive power bi report I have to use right mouse button and open in a new TAB/WINDOW.