Quantcast
Channel: Developer topics

Better to use DAX calendar table or power bi and M and why?

Hello, I have this kind of code to generate dates:DateDimension = ADDCOLUMNS( CALENDAR(DATE(2023, 2, 1), DATE(2025, 2, 1)), "DateKey", FORMAT([Date], "YYYYMMDD"), "Year", YEAR([Date]), "Quarter", "Q"...

View Article


REST APIs to upload pbix into specific folder

Hi Guys,I am trying to publish report into specific folder using this rest api:https://learn.microsoft.com/en-us/rest/api/power-bi/imports/post-import-in-group  there is :subfolderObjectId querystring...

View Article


Uploading a PBIX file with PostImportWithFileAsyncInGroup does not return...

I'm trying to upload a Symantic Model in a PowerBi Workspace, using the c# PowerBiClient. I'm using the following code:public async Task<Import> UpsertDataSet(Guid groupId, string path, string...

View Article

Custom Security Extension using Forms Authentication sending invalid URI on...

I implemented a custom security extension for PowerBI server using the sample provided at https://github.com/microsoft/Reporting-Services/blob/master/CustomSecuritySample.  I updated the Logon...

View Article

Getting Measure Value via JavaScript API

We have an embedded PBI Report and are having trouble getting Measure values via the JavaScript API. Specifically, we have a button configured with a Web URL that points to a measure. When the user...

View Article


How to set a dataconnection of a DataSet

I loaded a workspace with a Semantic Semantic (c# PowerBIClient SDK)Of this Semantic Model I want to set the "GateWay and cloud connects"The datasource is a Sql server which is available in the azure...

View Article

Power Bi Report server support any bootsrap framework or jquery lib

Does any  bootsrap framework or jquery lib  are used in power bi report server Also any POST method is used or not

View Article

Export to PDF API : FeatureNotAvailableError

Hi,I am trying to export report as PDF via API but i got the 404 response : FeatureNotAvailableError - The workspace is under licence premium PPU- my account is under licence premium PPU- I have...

View Article


Image may be NSFW.
Clik here to view.

Toggle Row Level Securiy

Dear all,I have an application with the following data model :  I have 4 RLS Tables : one for the hierarchy, one for the location, one for the country and one for the headcount.Basically the RLS tables...

View Article


Image may be NSFW.
Clik here to view.

Error in embedded powerbi, report does not load

I have a report and want to embed it on my website using the PowerBI JavaScript API.I have done all the necessary script configuration to access the report, as well as created a project in Azure, and...

View Article

Does the DataSource / UpdateDatasourceRequest support a connection based on...

Does the DataSource / UpdateDatasourceRequest support a connection based on Managed IdentitiesI have now the connection based on UserCode / Password // Create UpdateDatasourceRequest to update Azure...

View Article

SSAS Cube Migration to Azure cloud

Dear All,I am currently working on a Proof of Concept (POC) where I have developed an SSAS cube with an Oracle (On-prem) source and deployed it to the SSAS server. The SQL DBA team is now planning to...

View Article

Authentication API with Organizational Custom Visual

 Hi all,Is it possible to use the Authentication API from an Organizational Custom Visual?From the documentation it is not clear to me whether an Organizational Visual (loaded from a file, not...

View Article


Error with ODBC connection to ODBC-JDBC bridge

Hi, I'm trying to connect PowerBI to Amazon Athena using a ODBC-JDBC bridge to keep DataZone authentication, which require a JDBC driver. The bridge I'm using is from OpenLink. I've configured the...

View Article

Embedding power BI report(Embed for organization) using service principle

Hi, I'm working on embedding a power bi report for organization in a simple html page to enable personal bookmark, but i'm running into issues while generating token to embed. I have successfully...

View Article


Unknown Error when calling the initializeConnection Fabric Git API endpoint...

Hi there, I am experiencing an issue when following the documentation here: https://learn.microsoft.com/en-us/fabric/cicd/git-integration/git-automation?tabs=service-principal%2CADO I copied the exact...

View Article

Power BI REST API Rate Limits for Specific Endpoints

I am looking to find out the rate limits for the following endpoints (if they exist):GET https://api.powerbi.com/v1.0/myorg/groupsGET https://api.powerbi.com/v1.0/myorg/groups/{groupId}/datasetsGET...

View Article


Single date in matrix gantt

I have gantt chart using a matrix, it currently shows tasks and there complete dtae range. I know want to add some specific dates in against each task. For example the whole task runs from the...

View Article

How to apply dax as measure on specific visual using javascriptapi?

Hi Guys,How to apply dax as measure on specific visual using javascriptapi?I know that there is execute queries rest api to execute dax. But how to apply dax on already existing visual?Best,Jacek

View Article

Subset of actual semantic model to be joined with new excel file on desktop

Hi,  I got a scenario where a report is generated through Q&A in Power BI service. The report which has subset data of actual semantic model needs to be joined with new file which is on desktop or...

View Article