"power bi report server"
167 Topicsthe limitation of the description of dashboards in 512 characters
Good day to everyone. I am very interested in one question. There is a Description field in the Report Server when managing the dashboard. The default limit is 512 characters. Is it possible to make the field size bigger? In the Report Server database itself, you can change the column type to nvarchar(4000). But in the Power BI interface, the Report Server still does not allow you to enter more than 512 characters. Please help with this issue, a solution is very much needed.Solved834Views0likes4CommentsFailed to connect to AS
I currently have a server running PBIRS Version 1.25.9558.32914 (January 2026), and I'm experiencing this type of error on several dashboards during automatic refreshes. " Failed to connect to AS " What could be the problem? The server resources aren't overloaded, as I've monitored the CPU and RAM usage during these refreshes. What can I check, given that this is happening so frequently?Solved760Views0likes3CommentsImporting semantic models from PBI service to PBI report server
We are in the process of testing out PBI report server 2025. We are running into snags with bringing semantic models to the On Prem version. Is there a way for us to import semantic models from PBI service (cloud) to PBI report server (On prem)?Solved1.2KViews0likes4CommentsUsage Metrics Report - Page Views not being recorded
In both the old and new usage metrics report provided by power bi, Page Views almost never get recorded even though Report Opens are still being recorded and we know there is large traffic to these reports. These are internal reports for use by staff. Any ideas what might be causing this and/or there is a solution.Solved5.2KViews0likes2CommentsError related to data refresh in file: tmmdmodeltm.cpp
Hi, I have developed my report locally and refreshed data with no errors and also no errors has speen spotted anywhere in the report locally. Now im publishing the report to server. Tried to refresh the data and got an error related to data refresh in server. Has anyone faced similar problem? "An error has occurred. Several errors occured during data refresh. Please try again later or contact your administrator. [0] -1056964608: An unexpected error occurred (file 'tmmdmodeltm.cpp', line 7611, function 'MDModelTM::IsAttributeHierarchyQueryable'). [1] -1055129594: The current operation was cancelled because another operation in the transaction failed." We are using version: Version1.19.8779.19175(January 2024). Could someone help me out, what this file does or what this error-message refers to? Thanks!1.8KViews0likes2CommentsExporting a matrix visualization layout to Excel
Could you tell me if it's possible to export not only the internal hierarchy data from the "Matrix" visualization, but also the values from the rows in the upper hierarchy? For example, in this example, three rows are exported. Is it possible to get a row with the totals for Workshop 1 and the entire production in Excel? The Power BI cloud service supports exporting by visualization layout, but Report Server doesn't have this feature. How can I get this functionality? Are there plans to add export by visualization layout in Report Server updates?Solved846Views0likes2CommentsPower BI Report Server: Custom visuals from AppSource appear blank for some users but work for other
Hi Community, I am facing an issue with custom visuals in Power BI Report Server and would appreciate your guidance. Environment: - Power BI Report Server (on-prem) - Reports created in Power BI Desktop (for Report Server) - Authentication: Windows / Active Directory - Users have full access on the report server Custom visuals used (from AppSource / Get more visuals): 1. Bar and Line Chart with Table Publisher: Kishore Kadhirvelu 2. Advanced Linear Gauge Publisher: MAQ Software Issue description: After publishing the report to Power BI Report Server, these two custom visuals appear BLANK for some users, while the same visuals render correctly for other users. Important observations: - Built-in Power BI visuals work fine for all users - These Visual are free Visual - Only these two AppSource visuals show the issue - Users affected have full access to the report and folder - One user has two laptops: - On Laptop A: visuals display correctly - On Laptop B: the same visuals appear blank - No error message is shown; visuals are simply not rendered This indicates the issue might be client-machine or browser-related rather than report permissions. What I want to understand: 1. Is this a known limitation or compatibility issue with AppSource visuals in Power BI Report Server? 2. Are there any browser, security, or local machine settings that can cause custom visuals to not render? 3. Does PBIRS require additional configuration to support third-party visuals consistently? 4. Should this be handled by Power BI Report Server configuration, Desktop version alignment, or IT/security teams? Any guidance on root cause analysis or best practices for resolving this would be very helpful. Thanks in advance, Shubh Power-BI custom-visuals Virender Which are the "Security updates" in Power BI Report Server september 2025 Custom Image visual do not show images in Chrome browserSolved1.2KViews0likes3CommentsHow to force report server to load local embedded custom visual in report?
According to https://learn.microsoft.com/en-us/power-bi/report-server/custom-visuals-troubleshoot there's no way to do this, which I find absurd in a enterprise environment force clients to wait upwards of 20 seconds, to load a visual which in before hand is known to be embedded in the report and could be loaded immediately, as happens if edit the report in Power Bi Desktop. If there seriously is no workaround to this, it needs to be added into PBIRS ASAP.Solved876Views0likes3CommentsError when saving to the Power BI Report Server
Hi all, I have Power BI Desktop RS and Power BI Report Server installed. I now have version September 2025, but I also removed everything and installed May 2025. I have an issue when I want to save from PBI RS desktop or Upload in the Report server a new empty Power BI file. This is what I got when I save the report from the client to the server (localhost): I do see the folders, but unable to save my report. And this is what I got when I upload a PBI file to the reportserver: I have checked the logs and got the following errors: The remote server returned an error: (403) Forbidden.| RequestID = s_818e2464-bf36-4980-b55a-c3428d883fd1 2025-11-12 13:40:02.6925|INFO|7|Sending response. Response code %USER% 422 Throwing Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: , Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: The permissions granted to user %USER% are insufficient for performing this operation.;| RequestID = s_1e5f76c1-652a-4b06-9b86-7ad7d79a1f0d I am sure my authorization is correct. Can anyone please help me with this?2.1KViews0likes11CommentsrsDataShapeQueryTranslationError
I'm reaching out because I'm currently facing an issue with a report that works perfectly on both the Local and Dev environments. However, the same copy of the report is not functioning correctly on the UAT and PROD environments, despite the data being identical across all three. The error message I am receiving is as follows: "Error fetching data for this visual. Couldn't retrieve the data for this visual. Please try again later. Please check the technical details for more information. If you contact support, please provide these details. Underlying Error: rsDataShapeQueryTranslationError." To give you some context, I have a measure that connects an import table composite key with a direct table key. If both keys match, I take values from the direct table and display them in the table view. The table has almost 120 columns and numerous rows. Interestingly, when I keep 10 import table columns and 2 direct table columns in the table view, it works fine. However, when I add all the columns, this error occurs. Additionally, I have a button in the report that Action passes a URL (e.g., https:xxx.net/key1, key2, key3, etc.). If the user clicks on the first record from the table, the URL becomes https:xxx.net/key1. Then, if they Ctrl+click on the second record, the URL becomes https:xxx.net/key1, key2, and so on. This works perfectly fine in the Local and Dev servers, but when it comes to UAT and PROD, I immediately get the rsDataShapeQueryTranslationError. Could you please help me understand why this might be happening and how I can resolve this issue? I appreciate any insights or suggestions you may have. Thank you in advance for your assistance. PowerQueryFTW PBI Convert DAX to M Code DAX Measure Query1.3KViews0likes5Comments