Quantcast
Channel: All Developer posts
Viewing all 48937 articles
Browse latest View live

Re: Create historic data table with Web incoming data


Open Connection Error - Power Bi Embedded

$
0
0

Dear gents,

 

i have created a new workspace for power bi embedded on D365 fo , and deployed it on live environment, once opening the form this error appears : "OpenConnectionError", i read a lot of this error on community but i didn't find the exact solution

noting that i have 2 reports on my power bi service workspace one including row level security,

at first the report with row level security was giving this error, but now both reports are returning the same error.

 

kindly assist if there is any solution to fix it,

 

regards,

Re: How can I combine several similar values in one section?

$
0
0

Hi  ,

 

How about the result after you follow the suggestions mentioned in my previous post?Could you please provide more details about it If it doesn't meet your requirement?


Best regards,

Re: Value field missing don't summarize

$
0
0

Hi  ,

 

How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?


Best regards,

Re: Uncaught TypeError: this.element.getAttribute is not a function

$
0
0

Hi   ,

 


Does this issue have been resolved?Could you please provide more details about it If it still not be resolved? Please don't contain any Confidential Information or Real data in your reply.

 


Best regards,

Re: Extend the expiration time of Power BI report embed token

$
0
0

Hi  ,

 

How about the result after you follow the suggestions mentioned in my original post?Could you please provide more details about it If it doesn't meet your requirement?


Best regards,

Using power bi embedded to retrive data from our existing api.

$
0
0

We want to use power bi embedded in our application and connect to our existing web api.

It authenticates with our oidc server and each request has the Bearer token in the header.

This could be passed to power bi embedded using javascript.

 

Is this possible?

 

Is there any examples using this?

Re: DAX Max Consecutive days run in Date Range Selected

$
0
0

Hi Ya,

thanks so much for the lead,

 

had a good look at their solution but that work for me as Im in Direct Query mode and 'calculate' isnt allowed in calculated columns so cannot even create the first column. Ended up putting the index into a SQL view to try and work that problem , but no luck.

Still looking at community pages for other solutions.

 

Mike.


Re: New filter experience: filter pane will not hide

$
0
0

Hi  ,

I just saw this on another post:

 

Are you using bookmarks for navigation?

If so please check them all for making the filterpane invisible (as in your question).
We had the same but updating all the bookmarks did fix this issue

 

 

HTH,

Michele

Re: New Look Workspace Reports in Embedded capacity?

$
0
0

Hi  

The tabs will display across the bottom when you/user is in Editing view.  When in Reading view, the "tabs" display along the left side.

 

HTH,

Michele

Re: Invisible Filter Pane visible in Power BI Embedded

Re: Ability to trigger an email to people highlighted in a Power BI table

$
0
0

Hi  

Yes, you could do this elegantly with a flow.

Another option would be to create an alert for each employee and have that alert trigger when the value is zero. But alerts only work on certain types of visuals, and tables is not one of them.  So you'd need to create a separate dashboard visual for each employee.  If you have many employees, this may be a hassle.  If you have a smaller number of employees, this could work well.  

 

https://docs.microsoft.com/en-us/power-bi/create-reports/service-set-data-alerts

 

And here are instructions for setting a data alert using a flow:

https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-flow-integration

 

HTH

Michele

Re: Bug in the new native hierarchical slicer

$
0
0

Hi  

Please search the Issues site to see if anyone else has reported this issue.  If not, you can search the Support site to see if this bug has already been submitted, and, if not, submit a bug to let the team know about this. 

 

HTH

Michele

 

 

PowerBi Rest API - Get currently running datasets refresh

$
0
0

Hi,

Is their a Power BI REST API endpoint which can fetch number of dataset refresh running at particular instance across groupid's?

 

How to avoid memory issues and unavailability of resource problems when multiple datasets refersh triggers via PowerBI REST.

 

Kindly advice.

 

 

 

 

Joinning two tables in dax code

$
0
0

I'm new in dax and here is my question; I have two tables(sql views) in tabular:

 

Fact table  
   
Key_col1Prodnr   col1
101P0005   517
102P0037   620
103P0074   240



and in table2 

Dimension table  
   
Key_col2col2col3
102620PE412
101517AE309
103240EF903

 

In tabular I've created a relation between two tables with their key columns and want to write a dax code that when I select for example P0074 from a slicer , it shows EF903 as a part of information in report. 


Re: C# Power BI API 401 Unauthorized ServicePrincipalIsNotAllowedByTenantAdminSwitch

$
0
0

Hello,

It looks like the error you are getting is due to the service principal not having access to the Power BI Service. 

You can find how to enable that option in Step 3  of the Microsoft Documentation. 

Please note that you need to enable "Allow service principals to use Power BI APIs". 

Also, it is highly recommended that the service principal that was created be added to a security group and then added within Step 3.

 

Lastly, you will have to add the service principal to the workspace, not your personal workspace, that you would like for it to have access to. It need to be either a member or admin of that workspace. 

Re: Invisible Filter Pane visible in Power BI Embedded

$
0
0

Hi  , thanks for your help. Do you have any idea what's the reason the filterpanel is visible since previous week? It's the result of an update? The filterpanel doesnt show up in the Service, because it's hidden in the pbix-sourcefile. Since previous week it will show up in embedded reports.

Get PBIX files as admin

$
0
0

Hello,
I'm trying to use a powershell script to fetch all workspaces using:

 

 

Invoke-PowerBIRestMethod -Url "/admin/groups?%24top=3000" -Method Get | ConvertFrom-Json

 

 

Then checking for each group received for reports inside, using:

 

 

Invoke-PowerBiRestMethod -url ("admin/groups/" + $group.id + "/reports") -method get | ConvertFrom-Json

 

 

I was then unable to find a method to retrieve the pbix files using the API, so I resorted to:

 

 

Export-PowerBiReport -ID $report.id -OutFile ($v_pbixfilepath + $group.name + "\" + $report.name + ".pbix")

 

 

Which just then leads me to this error:

 

 

Export-PowerBiReport : Operation returned an invalid status code 'NotFound'

 

 

 

This may be because my user, a global admin, is not introduced in the workspaces where the reports are. However, I've tried to use an automatic way to add the user by the Add-UserAsAdmin method, but I get a 400 Bad Request. This can be due to my payload, but some workspaces work.

I'm stumped and I'd like to know if I'm approaching this correctly or there's no way of doing this through the API and should do it manually/other way instead. Thank you.

 

Re: Web requests fail in custom visual when using Internet Explorer

Re: OAuth2.0 Custom Connector TestConnection Issue

$
0
0

Hello, 

I am working on developping an Oauth2 connector like you but I'm currently not succeeding, would it be possible to see how you've set up your StarLogin and FinishLogin functions ? I'm struggling with these two functions because I don't need any authorize URL to access my toke, I just need to request the token url with some credentials and I get it, no exampe works like this online 

Otherwise sorry, I can't help you that much ahah

Viewing all 48937 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>