Re: Unable to turn on Personalize visuals with git-integrated PBIR files
Thanks for the reply from lbendlin , please allow me to provide another insight:Hi, @CodyThomas Has the problem been solved? If it does, share your solution and accept it as a solution that will...
View ArticleRe: Salesforce is forcing to use Connect REST API instead of Custom Metadata...
Hi @DanielRamos , According to your statement, I think your requirement is to embed power bi report by app owns data in your application.Here I suggest you to refer to below offical blog to learn the...
View ArticleRe: Update DataLake AccessKey when deploying
Hi @shoefried , I think you can try to create a Microsoft Entra ID service principal for your Azure storage.For reference:Tutorial: Connect to Azure Data Lake Storage Gen2 - Azure Databricks |...
View ArticleZoom Power BI report
Hello everyone, I have developed Zoom report in Power BI. I used this connector for Zoom Power BI integration: https://vidi-corp.com/zoom-webinar-connector-to-power-bi-tableau-and-looker-studio/Would...
View ArticleGateway not allowing retrieve more then 1000 records via REST API or connect...
Dear, We've been recording data about our machines since 2020. So we have a massive amount of data that we visualise via power BI dekstop (for now). We have been trying to move to the cloud since 3...
View ArticleHow to get POWER BI Import Error Programmatically
I am using Power BI (Microsoft.PowerBI.Api.Models) SDK Model in our C# Application . When we Import report it returns importstate only success or failed but I need some more information in my code like...
View ArticleRe: Custom data connector using oauth2 not refreshing access token
Two years later, and there is very little progress. I did notice a comment that says dataflows may not suffer the same problems as datasets:"Dataflows specifically were recently updated to support...
View ArticleReport If data missing for more than 3 concecutive dates
I have the below data, where in I have to report if the data is missing for more than 3 days. for example City - Jaurez Compaby - BPI Site - JPP data missing after 8/7 for more than 3 days. Some how...
View ArticleRe: Cannot access Admin APIs with service principal via ADF
Gave up, went through the instructions again with a new service principal, and now it works. ¯\_(ツ)_/¯
View ArticleRe: Microsoft Fabric API: 400 Bad Request
You can create a lakehouse and other items using Service Principal. Please make sure below settings are enabled for Service Principal. Make sure Allow Service Principals to create and use Profiles...
View ArticleRe: Report If data missing for more than 3 concecutive dates
Hi @karti1507 , I suggest you try this code to create a measure.Measure = VAR _PREVIOUSDATE = MAXX ( FILTER ( ALL ( 'Table' ), 'Table'[City] = MAX ( 'Table'[City] )&& 'Table'[Company] = MAX (...
View ArticleRe: Gateway not allowing retrieve more then 1000 records via REST API or...
Hi,@NickKindt Regarding the issue you raised, my solution is as follows:1.First of all, you're right, but unfortunately the Power BI gateway only supports 64-bit drivers, which means you won't be able...
View ArticleRe: How to get POWER BI Import Error Programmatically
Hi @sarvesh1993 , It seems to be related to the request information. You can add some try-catch blocks in your code to see the specific error messages. Additionally, check if your method definitions...
View ArticleRe: How to get POWER BI Import Error Programmatically
We have (4.5.0.0) Version of Microsoft.PowerBI.API installed ,there is no change in Import Model in latest 4.20.0.0 also. Problem is in Import Model class there is no property exposed which provides...
View ArticleRe: Zoom Power BI report
Hi @Aryna , Thank you so much for sharing. You can mark some of the responses in the posting as SOLUTION. Once the posting is MARKED, more customers with that need will see this posting. Best...
View ArticleRe: Show and Hide Shapes or Buttons based on conditions
Hi @gchi,Did you found any solution for it?
View ArticleThis visual has exceeded the availiable resource
This visual has exceeded the availiable resource. try filtering to decrease the amont ofdata display on power bi Matrix vissual.Please advise way to display millions of rows or any selection to...
View ArticleRe: Embedding paginated reports error: Unable to render paginated report
I'm also facing the same issue while embedding a Power BI report in Salesforce. If you've found a solution, could you please share how you fixed it? It would be really helpful to understand how you...
View ArticleRe: This visual has exceeded the availiable resource
Hi @Ashe_-123 , This error means, the query taking loger than 225 secs or is taking too much memory. Inefficient dax calculation, Filtering whole table than a specific column can cause this problem...
View ArticleRe: Report If data missing for more than 3 concecutive dates
What if I want to list the dates which are missing Result should be CityCompanySiteDates MissingJuarezBPIJPP8/8/2024JuarezBPIJPP8/9/2024JuarezBPIJPP8/10/2024JuarezHopkinsHopkins...
View Article