paginated report builder
36 TopicsPaginated Reports, Not all variables bound
Greetings, I am working on a paginated report in Power BI Report Builder, and getting the attached error "A data source used by this report returned an error. An exception encountered while accessing the target data source ERROR [07001] [Oracle][ODBC][Ora]ORA-01008: not all variables bound", screenshot shown below. I am using the ODBC(Preview) data source in Report Builder, with a simplified query structure like: SELECT * FROM <table_1> WHERE <field_1> BETWEEN :p_variable_1 AND :p_variable_2 AND (<field_2>= :p_variable_3 or <field_3>= :p_variable_3 or <field_4>= :p_variable_3 or <field_5>= :p_variable_3); If I remove the parameters and hard code the values, the query works fine. I am also able to run the query in SQL Developer without issues, and if I change the Data Source to "Oracle Database" the query also runs without issues. I had initally tried Publshing the paginated report with the Data Source sourse as Oracle Database, which runs on my local machine, but when published to the server I get "A data source used by this report returned an error. An exception encountered while creating the target data source Unable to find the requested .Net Framework Data Provider. It may not be installed." (We have .NET Framework 4.5). It went on to specify Additional steps are required to view this report, which brought me to instructions on setting up and using ODBC, which I took to mean I can only use Paginated Reports with an ODBC Data Source. If that assumption is incorrect I am open to correction, whatever works. TL;DR - Trying to publish a paginated report in Power BI Report Builder using ODBC but encountering "ERROR [07001] [Oracle][ODBC][Ora]ORA-01008: not all variables bound". When using Oracle DB as the Data Source yields "Unable to find the requested .Net Framework Data Provider. It may not be installed". Any help would be appreciated with getting this running. .Solved5KViews0likes4CommentsExport paginated report to excel with image
Is anyone else having issues since upgrading with exporting images since upgrading to May 2024 version on premises. When exporting to excel and opening, I get a corruption error and the repair removes the image. <removedParts><removedPart>Removed Part: Drawing shape.</removedPart> Any suggestions on how to get around this.Solved8.2KViews8likes20CommentsUser defined reports in Power BI paginated reports
Good day everyone, I'm leading a POC in the company to prove that we can switch from our current report tool to Power BI paginated reports. There is just one last requirement that would be key for the decision: Allow user to customize/create their own reports; by customize, I mean, allow them to add/remove some columns from the base report and save them with a different name. I know that's possible with Power BI reports, but we need to use paginated reports due to its print/export capabilites. Thanks in advance.Solved811Views0likes1CommentThe Query contains the "XXXX" parameter, which is not declared.
Hello, I am trying to use "Paginated Report" on top of Power BI dataset. My dataset is a "Direct Query" connection on Azure datalake. In order to create Paginated report with parameters, while creating dataset, I am using the query obtained through "Performance Analyzer" as shown below: // Direct Query Define MEASURE 'FactVolume'[ASDQ_GRs] = [Gross Receipts] MEASURE 'FactVolume'[ASDQ_CCAs] = [CCA] var ASDQ___DS0FilterTable3 = TREATAS({@KPI}, 'DimMeasures'[Measure Name]) var ASDQ___DS0FilterTable4 = TREATAS({"Treatment"}, 'Product'[Level 4 A]) var ASDQ___DS0Core = SUMMARIZECOLUMNS( 'DimDate'[Date], ASDQ___DS0FilterTable3, ASDQ___DS0FilterTable4, "GRs", [ASDQ_GRs] ) EVALUATE ASDQ___DS0Core ORDER BY 'DimDate'[Date] DESC I have created the parameter in "Query Parameters". In spite of declaring the parameter, I am constantly receiving below error: "OLEDB or ODBC error: The Query contains the 'KPI' parameter, which is not declared. What am I doing wrong? Do "Parameters" work with Power BI dataset connection which are of type "Direct Query"? Can you please help me to resolve this issue? Thank you so much. pabeader13KViews0likes10CommentsReport Builder, convert year column from text to date
I am building a report using a power bi data set. I have a column Calendar Year which is a Text field. I want to add a simple filter which states that all dates greater than 2014 should be in the report only. I can't seem to convert the text field to a date field so that this filter works. Is there any way to convert that text calendar year to a date so I can use it to filter data in paginated reports?1.2KViews0likes1CommentPaginated Report with Subreport page break on parameter
I'm working on building a variation on an invoice that has an invoice number and then pulls in transactions that are part of that invoice as a subreport. The problem is that unlike the training examples provided by Microsoft I need to generate roughly 400 at a time and so that subreport needs to end up on the correct page for each Invoice while I run them all at the same time. I've been able to get it to work for a single invoice number. I've been able too get each sub report on a different page but not with the rest of the invoice information (just pages of subreports followed by pages of invoice information). I've tried grouping on the main report with page breaks, I've tried grouping on the subreport. I've tried both I'm at a loss for how to get them to show up and page break together.944Views0likes1CommentAggregation in Power BI Report Builder (Paginated report)
Hello, I am trying to create a paginated report where trying to show Region,State and Sales as per below screenshot. Every state can have multiple sales and I want to populate sum(sales) at lowest level. I am using expression as =sum(Fields!Sales.Value) for sales column . However, Data doesnot aggregate at state level. It returns table as input file while running the report. Could anyone please guide me ? Thanks, KPSolved4.4KViews0likes6CommentsPower BI Paginated Report Image doesn't display
Hi, I am trying to display images in a Power BI Paginated Report using the External mode. An example URL which has the behaviour I am experiencing is this: https://community.powerbi.com/t5/image/serverpage/image-id/564756i1FDAD52761F66EEC/image-size/medium?v=v2&px=400 This image renders when you are in design mode, but when you switch to Run mode the image doesn't display. It also doesn't display when you publish the report to a workspace.Solved4.8KViews0likes5CommentsMultiColumn Paginated Report Grouping/Sorting
Hi! I looking to make a paginated report to show a free form box with a variety of data in it, and then to have multiple columns across the page. I have seen you can do a multicolumn report, where you set the report to have 4 columns. Except with the multicolumn report, I can't see how to sort across the page and then down. It sorts my items down the page then across. The other method I saw was to create identical tablixes across the page and in each of them have a row visibility formula = =IIF((RowNumber(Nothing) Mod 4) = 1, False, True) ect. and that seems to work with sorting across then down. The next challenge comes when I want to do page breaks and sorting. I want the report to group by Category and then Gender and within each group sort by Sales $ across the page then down. I also want the category and gender to show on the top of each page for the page break. The only way I could figure out how to get a title to change with each page break was to wrap my tablixes in a list (the red box). I was able to get the titles to change each time there is a page break except it doesn't stay if there are 2 pages in the same grouping. Then my sort wasn't working. My second grouping started sorting with the 4th column being the highest value, not sure why that is happening. What is the best route to do this? if I have to use the 4 tablixes wrapped in a list, what part do I put the sort and grouping on, the list or the tablix's? The group properties or tablix properties? Any help would be appreciated.1.4KViews0likes1CommentPower BI Report Builder Paginated Report - Multiple Pages
Power BI Report Builder Paginated Report - I've a dataset of Customer ID, Order ID, Product ID, Order DateTime, Description, other order relevant details. One customer has multiple Order IDs. Requirement is, I've to create Paginated Report cutomer ID as paramter and create Order ID wise pages. One Page contain only one Order ID's details, second order ID's details will be printed on second page and so on. Page break/terminator is Order ID. Report has bar charts, line graphs etc.. So for each Order ID bar chart, line chart should be get repeated. Please is there any option to do this. Need help.417Views0likes1Comment