Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
44 views

I’m working on embedding a Power BI report that uses a DirectQuery dataset, and I want to implement Row-Level Security (RLS) through my .NET Core backend. Setup Details: Report Type: Power BI PBIX ...
Venkata's user avatar
0 votes
0 answers
32 views

I am trying to define a parametric report using program data. In my Power BI model, this is easily resolved using relationships between the tables, and I am trying to recreate that same amount of ...
csnydermph's user avatar
0 votes
0 answers
99 views

I created a power bi report builder I used a sample query to get data from one table EVALUATE SUMMARIZECOLUMNS ( 'InventRepriceJourTransEntity'[ItemId], 'InventRepriceJourTransEntity'[...
Amal Hani's user avatar
2 votes
1 answer
103 views

I have a PBI report in Premium license type. I have created column in Translations Builder and have saved the report and published. I added '?language=nl-NL' at the end of the report URL, but it is ...
Yamini's user avatar
  • 78
0 votes
1 answer
174 views

When I publish the power bi report from power bi report builder to the Power BI workspace with the following connection details, in public setting it works fine. The report loads in 3 secs. Data ...
SGC's user avatar
  • 93
0 votes
0 answers
68 views

I have a report in Power BI Report Server on-premise in Import mode. When users open this report, all the server memory is used and it takes a long time to open. I would like to know if I put the ...
Chris Samaritano's user avatar
0 votes
1 answer
252 views

I have a Power Bi dashboard that has more than 20 tables and the amount of data in the table is quite large. I want to refresh only a specific table at a time. If im clicking the refresh button from ...
Ibrahim Hussain's user avatar
0 votes
0 answers
317 views

I'm encountering an error when trying to publish a report to Power BI. The error code I receive is PersonalGateway_ShortMessage_PublishingError. Below are the details of the error message: Request ID: ...
user29866659's user avatar
-1 votes
2 answers
121 views

I have a requirement to generate a PowerBI report including a visualization. Currently, I am able to generate the semantic layer using the API. But I have a requirement to also create a visual ...
Umesh's user avatar
  • 1
0 votes
0 answers
176 views

I have a report built in Power BI RS version, January 2025 updates applied. I have several columns returning True/False, which I have converted to data type Text in Power Query. I have a page filter ...
MNchica99's user avatar
-1 votes
1 answer
657 views

I have a SharePoint list as a data source, i created a report in PB desktop and connected to SharePoint list using windows creds. This site is FBA enabled. However, its connected and I successfully ...
ShahidAliK's user avatar
0 votes
1 answer
156 views

I host my Power BI reports on Power BI Report Server on-premises and would like to share them with users outside my company without requiring an Active Directory account. However, these users don't ...
AKEAmazan's user avatar
0 votes
1 answer
51 views

We have a process which build tables dynamically in the Oracle database. That mean, table may add new columns or delete old columns. We have created PowerBI dataset using "select * from table_a ...
Lakshminarasimhan Parthasarath's user avatar
0 votes
1 answer
47 views

I need to find a method to put a Date Picker in the reports. Currently, if I set a fixed start date and end date in the filter, when uploading this report from desktop to online it remains static, ...
Vicente Almenara's user avatar
-1 votes
1 answer
55 views

As part of report migration project from other technologies to PowerBi. i am using Fabric Rest APIs (https://learn.microsoft.com/en-us/rest/api/fabric/semanticmodel/items/create-semantic-model) to ...
Umesh's user avatar
  • 1
-1 votes
1 answer
127 views

Recently, i have started on one requirement where i need to migrate reports from other technologies to PowerBi so as part of report migration i am using power bi rest api (https://learn.microsoft.com/...
Umesh's user avatar
  • 1
0 votes
0 answers
78 views

on Power BI desktop, I set a page to hidden. I can still see this page on Power BI desktop. I can not see this page when I view the report in Power BI Server. How can I accomplish the same for a ...
tommer's user avatar
  • 23
1 vote
1 answer
49 views

measure e.g. [ccm_TotalDeviceCount] Data Type changes while importing semantic model to new Dashboard, A text data type becomes another data type. I tried refreshing the dataset model, can not find ...
abksharma's user avatar
  • 616
0 votes
1 answer
75 views

I have the following data IF OBJECT_ID('tempdb..#TBL') IS NOT NULL DROP TABLE #TBL create table #TBL (category varchar(6), Year_Vs_Year VARCHAR(20), Cost INT) INSERT INTO #TBL VALUES (null,'24/25 vs ...
JonWay's user avatar
  • 1,747
0 votes
0 answers
28 views

Some reports on PBIRS server regularly give this error. Other reports which run at almost same time of the day run perfectly. I've already tried to rename the subscription, change time of the ...
Michael Benning's user avatar
-1 votes
1 answer
492 views

Does anyone know how to embed PowerBI report (with parameter) into a website? Currently use an iframe to embed, but the issue is, the parameter cannot be passed. And there are so many ways to embed ...
Farihan Adinan's user avatar
0 votes
1 answer
987 views

Data source error: DataSource.Error: OData: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.. DataSourceKind = ...
CHINMAY DOGRA's user avatar
0 votes
0 answers
105 views

We are trying to Embed a Power BI report layout to our application using below JavaScript libraries powerbi-client v2.19.1 and powerbi-report-authoring v1.1.1 from below reference showcase-layout Git ...
user3501613's user avatar
1 vote
1 answer
265 views

I am using an API as a data source in Power BI Report Server. The API has two endpoints: GET localhost/peoples : Returns a complete list of people. GET localhost/peoples/{id} : Returns detailed ...
AKEAmazan's user avatar
-1 votes
1 answer
291 views

There are some reports in power bi report server. Each of these reports has scheduled refresh times. However, some reports give a memory error error during scheduled refresh. Delays occur in the work ...
Narin 's user avatar
  • 19
0 votes
1 answer
92 views

I have a report on the power bi report server. There is a table visual inside this report. At work, my boss wants the salary and mobile number columns in this table visual inside the report to be ...
Narin 's user avatar
  • 19
0 votes
1 answer
72 views

I want automatic login to view power bi reports with iframe in mvc application. For this, I created an application in Azure AD and gave all read permissions in the delegated permissions. For this i ...
emrecuni's user avatar
0 votes
1 answer
119 views

I'm working on a Flutter project where I've integrated a Power BI report. The report is generated based on an API call that I make, and it displays correctly in my app using a WebView package. The UI ...
Jay Patel's user avatar
0 votes
0 answers
76 views

I have a large dataset in a SQL database. I want the user to enter a search string which will then execute an SQL query to pull relevant data that will then show up as a table in the report. I cant ...
thentangler's user avatar
  • 1,264
0 votes
1 answer
266 views

An error has occurred. The input XML does not conform to the schema. XML grammar is described in the API documentation. For XML in reports, refer to Report Definition Language syntax. This error ...
Michael Benning's user avatar
0 votes
2 answers
2k views

I created a Power BI report that collects data from: a MySQL database (located on the external server) a webpage (currency exchange rate table) When everything worked fine on the Power BI Desktop, I ...
Voyteck's user avatar
  • 408
0 votes
0 answers
24 views

Each table has different columns that's why I can not use UNION queries with an additional column to indicate which query produced each row. Also I tried to use additional parameter and IF - ELSE ...
Monika Eliashvili's user avatar
1 vote
1 answer
199 views

We have an on-premise Power BI Report Server. I have created and published a report that I want to embed in a web page, then I set up a scheduled data refresh in the power bi portal to be once every ...
Monther's user avatar
  • 31
0 votes
1 answer
241 views

I have a lot of reports on SSRS Server, is there a way to query count of all these reports on a specific server. I didn't try anything as I couldn't find any related answer to my specific question. ...
Michael Benning's user avatar
0 votes
1 answer
229 views

For example in the SQL view [PBIRS].[dbo].[ExecutionLog3] you can find the logging, but I haven't found any table or view with a boolean or something to indicate that Row-level security is in use. ...
Kokkie's user avatar
  • 556
0 votes
1 answer
615 views

I have i date filter in my Power BI report (slicer type between). I need to configure it to default to show data for the last 8 months back from today's date. I found an option to set up Filter type: ...
Tsko's user avatar
  • 63
0 votes
1 answer
56 views

enter image description here I'm new to power bi.I tried split delimiter by | and it was creating multiple rows with each category matching with each amount value of the same order id. But, I want ...
Sai Teja Bandela's user avatar
-1 votes
1 answer
351 views

When we click on "Finance", as a common behavior its just highlights the Finance data, but I want the output as below. enter image description here enter image description here As we all ...
bag u's user avatar
  • 1
0 votes
1 answer
154 views

How do I share a Power BI report with certain clients using embedded code for free? And could you explain, in simple steps, how to set up secure login credentials for those clients to access the ...
Vkas's user avatar
  • 1
1 vote
0 answers
36 views

I need to create a power bi paginated report whose source is mysql. This paginated report should give an export option in word file but Some columns of exported word file should be non-editable. later ...
Ashish's user avatar
  • 33
1 vote
0 answers
64 views

I have a report with a column called EventTimestamp. I want to display semi-real time how long ago that was. I get the math portion for date span, but this report is published only once a day. When ...
mateoc15's user avatar
  • 680
0 votes
3 answers
1k views

I have created a report in my power bi using create report, but I am not able to download the created report, it is saying "You can't download this report. Refer to power BI documentation for the ...
Samhitha's user avatar
0 votes
0 answers
14 views

I am expecting to get the total as below. I have parent group of batchid and child group of employeename. I'm having difficulties to get the total after grouping . how can i get total =7 and =3677.19 ...
zaty's user avatar
  • 1
1 vote
0 answers
111 views

Hello I have installed Power BI Report Server and set it up on my local sql server db. I am successfully able to launch my web portal page but I get this error below: How can I resolve this?? It ...
Wajahat kayani's user avatar
0 votes
0 answers
106 views

merchants_and_wallets Load was cancelled by an error in loading a previous table. vpay merchant_transaction Column 'createdon' in table 'vpay merchant_transaction' cannot be found or may not be used ...
donatus victor's user avatar
1 vote
1 answer
65 views

I am a complete newbie in PowerBI, so excuse me in advance if this is a stupid question. I have two columns which I would like to add thousands separator to their values. I would like after the ...
the phoenix's user avatar
0 votes
1 answer
330 views

is there any way we can filter the POWERBI dashboard by passing the column values inside the link (Publish To Web)? if not a staright forward way then any workaround? tried to filter the dashboard by ...
moshinsha91's user avatar
1 vote
1 answer
124 views

I would like to remove the access of a list of but it seems to me removing them from RLS.xlsx file is not working. how to remove workspace (admin) member from the reports and workspaces ? many thanks ...
symkly's user avatar
  • 3,031
1 vote
0 answers
85 views

I've got an issue with the slicer format. Other users see the slicer correctly (as it is set in PBI Desktop), while I see a totally different format on the PBI Server. I'm not sure if I'm the only one ...
manulito's user avatar
1 vote
1 answer
230 views

I have a published report with a file lying locally on my computer. With Path shown by the PowerBI service as "C:\Users\Data\Data.csv" Now, my Published report is not able to be access and ...
Joker's user avatar
  • 242

1
2 3 4 5
9