report builder
139 TopicsColumns heading when exporting a Report Builder report to CSV
I’m trying to export a Power BI Report Builder (Paginated) report to CSV, and I need the CSV output to use the display text (the friendly column headers with spaces) that I’ve defined in the report rather than the underlying dataset field names. Has anyone configured a paginated report so that the CSV export uses the textbox labels instead of the field names? If so, what settings or properties need to be adjusted?Solved5.3KViews0likes5CommentsUnable to run report from Report Builder without admin group membership on report server
We have a user who has content manager access to the folder with our shared data sources in our Power BI Report Server. This user can run reports using those data sources from the report server site itself. When the user tries to build a report from Report Builder, he can connect to the shared data source and even refresh the fields in his local dataset. But, when he tries to run the report in Report Builder, he gets an authentication error. The user has read permissions in the database used by the shared data source. It seems like there's some problem with Report Builder on his machine making use of the shared data source on the report server. If we add the user to the Admins group on the actual report server (in Computer Management), the problem goes away. Why can the user not run a report from his machine that uses a shared data source without being in an admin group? Thank you in advance!Solved1.3KViews0likes7CommentsHow to default to Select All in a Report Builder Parameter
I have created a Paginated Report Parameter that displays a list of Legal Entities and the user can choose one and refresh the report. I want it however to default to selecting ALL of them - but this does not seem possible? Also - seocndary question - If ALL are selected I'd like it to say the word 'All' (or similar) in the textbox on the users screen, instead of showing the first Legal Entity even when they are ALL selectedSolved18KViews0likes3CommentsPaginated Report background Image multiple pages
Hello, Looking for guidance on how to insert a multiple page pdf as the background of the report so that I can overlay text boxes to fill out a property tax rendition form. Are there are guides on setting up the report in Power BI Report Builder? The report would be from here: 632, 2026 Personal Property Statement (as of 12-31-25) L-4175. I want to make it a fillable form from a dataset. Let me know if you have any questions.Solved1.5KViews2likes5CommentsUnable to sign-in to Report Builder
Hello, I have installed the lastest version of Power BI Report Buider (15.6.1340.2), but I can't sign-in. I have a premium account. Power BI Desktop works perfectly on this computer. I have to use a proxy to connect to Internet. The error message is shown in the following image : Thanks in advance for your help. FX6.9KViews2likes8CommentsDataset in report has null in colunm, but data exists when executing query in SSMS or DaxStudio
Hi all, Strange thing here. I have a dax query which works fine in SSMS and in Dax Studio when I connect to SSRS-Server instance. But the same query shows for one column all null values in Report Builder when testing my report. What can it be ? Here is the query : EVALUATE SUMMARIZECOLUMNS ( 'Datum'[Maand], 'StockTerminal'[LocationName], 'YearChart'[GroupedCommodity], 'Datum'[Datum], 'Datum'[JaarMaand], 'Datum'[Jaar], FILTER ( VALUES ( 'YearChart'[GroupedCommodity] ), ( 'YearChart'[GroupedCommodity] <> BLANK () ) ), KEEPFILTERS ( TREATAS ( { "ARRIVED" }, YearChart[InboundStatus] ) ), FILTER ( VALUES ( 'Datum'[Jaar] ), ( 'Datum'[Jaar] = YEAR ( TODAY () ) ) ), "Qty", [Qty], "QtyPreviousMonth", [QtyPreviousMonth], "QtySamePeriodeLY", [QtySamePeriodeLY], "QtySamePeriode2YAGo", [QtySamePeriode2YAgo], "Difference", ( [Qty] - [QtySamePeriodeLY] ), "Difference2423", ( [QtySamePeriodeLY] - [QtySamePeriode2YAgo] ) )3KViews2likes13CommentsMulti-Column Layout in SubReport (paginated reports)
I have an overarching report that consists of a cover page, a subreport that is tabular (with tablix data region) and then another subreport that consists of a 2-column layout (like newspaper) with a List data region. The subreport renders in 2-columns just fine by itself, but when nesting it into the larger report as a subreport AND rendering in Print Layout, the subreport only populates data in one column. How can I achieve this?3.9KViews2likes7Comments