url parameter
6 TopicsPowerBi published in PowerBi report Server Direct link
Hi All, i've a lot of PowerBi (.pbix) report published in our PowerBi Report Server (not powerbi.com). Each report contains more than one sheet. Is it possible to create a direct link that allow to open directly not the default page of the report? I try using "pageName" or "ReportSection" but doesnt' work. Below some example used (not working): https://MyReportServer/reports/powerbi/MyReport?PageName=1 https://MyReportServer/reports/powerbi/MyReport?PageName=ReportSection1 https://MyReportServer/reports/powerbi/MyReport?ReportSection=1 Thanks in advance for you support, Daniele2.7KViews0likes10CommentsURL Filters for on-premise reports
Hi All, We have on-premise power bi reports, We wanted to filter with URL parameters. I have tried like below. But reports are not filtering based on values. Is the feature work with on-premise server? http://Server/Report Folder/Report Name?rs:Embed=true&filter=Table/Field eq 'Value' http://Server/Report Folder/Report Name?rs:Embed=true&filter=COVID Test/GroupCode eq 'CB' If we have space for table or field http://Server/Report Folder/Report Name?rs:Embed=true&filter=COVID%2FTest/GroupCode eq 'CB' http://Server/Report Folder/Report Name?rs:Embed=true&filter=COVID%20Test/GroupCode eq 'CB' http://Server/Report Folder/Report Name?rs:Embed=true&filter=COVID0x20Test/GroupCode eq 'CB' Please help me out on this.Solved7KViews1like5CommentsCreate Dynamic URL to Page Navigate
Hi PBI Experts , I want to create a dynamic URL , on clicking URL it as to navigate through specified page in power BI desktop , this PBI file has been saved in Power BI Report Server and This Power BI Report server is in Client's VDI(Virtual Desktop Interface), so there is no question for Power BI service , My Agenda is : I need to create URL for particular one page in Power BI desktop , when I click on it then it has to fliter the dashboard and then navigate through specified page in the dashboard and should open it for us. I have idea about the process but Implementation makes me tense and have no better idea. Please I need you guys inputs so advise me. Thank you in advance.Solved2.8KViews0likes4CommentsURL Page Navigation Parameter on Report Server
Hi All, I've been trying too add a page navigation parameter to the url of a power bi report hosted on an on-prem power bi report server. I've been successfull in adding parameters for filtering (URL?filter=Table/Field eq 'value') as well as the rs:embed=true parameter. Any other parameters do not seem to work. With regards to page navigation I have tried rc:Section=x and pageName=ReportSectionxxxxx , neither of which worked. Has anyone been able to make this work successfully? thank you!3.5KViews0likes2CommentsEmbedding Report with Power BI Report Server and external parameters
Hi, I am embedding a report (saved on our Power BI Report Server) with an ASP .NET application. Here is the piece of code that embeds the report on page: page .aspx <iframe id="frame1" scrolling="auto" runat="server" width="1000px;" height="600px"></iframe> .cs code protected void Page_Load(object sender, EventArgs e) { this.frame1.src="http://myserver/ReportsPBI/powerbi/Reports/test_param?rs:embed=true"; } I am facing a problem about report parameters: what I need is the possibility to extract, in the same report, different portions of data based on a external parameter passed in the URL. To be more accurate, I need to show to different users just the portions of data that they can see (the source database has an application authentication). How can I implement this feature in the .pbix project? And how can I pass the parameter through the URL? Is it possible with Report Server on-premises or this feature is not supported? Thanks in advanceSolved2.3KViews0likes3Comments