Quantcast
Channel: Service topics
Viewing all 62241 articles
Browse latest View live

Facing issue while connecting MYsql to Power Bi services

$
0
0

@Microsoft community

while connecting MYSQL to Power BI  I am getting an error

 

 Data source errorScheduled refresh is disabled because at least one data source is missing credentials. To start the refresh again, go to this dataset's settings page and enter credentials for all data sources. Then reactivate the scheduled refresh. Cluster URIWABI-INDIA-CENTRAL-A-PRIMARY-redirect.analysis.windows.netActivity ID:898ac539-d970-41e5-a0be-1e1f21be8f23Request ID:acf72d9c-b98e-8387-6c66-0c908bd7efc5Time:2024-05-21 17:32:36Z.

 

Please help me to resolve this issue.


Power BI Report not refreshing in Power BI Service but refreshing in Desktop

$
0
0

Hi, 

 

I am having an extremely frustrating time trying to configure a refresh on a Power BI report on Power BI Service. 

 

The data source is mySQL and when I do a refresh using the credentials and using the IP that is whitelisted, the refresh suceeeds perfectly in Power BI Desktop everytime. 

 

However, when I try & refresh in Service & reenter the credentials I am getting the error message in the first snip below: 

 

I don't think it relates to a gateway as Power BI seems to be reading the mySQL data source as a cloud connection based off my 2nd image? 

 

Does anyone have any ideas as to why this is only failing in Power BI Service?

 

shaunb94_0-1716314115459.png

 

shaunb94_1-1716314240319.png

 

I would really appreciate some help! 🤞

Deleting All End Users' Personal Bookmarks

$
0
0

Is there a way to delete end users' personal bookmarks in the service without deleting the dashboard and re-publishing it? When a dashboard undergoes a big change user's bookmarks may be affected and cause visuals to error out and am looking for a way to deleting bookmarks so users aren't confused when things error out and a reset to default is in order.

Power Service Geo Location

$
0
0

Hi all, 

Our organization is considering to move data into datasets in the service. However data security is a ve y important topic. We are not in the service yet. Hence all data is stored locally.

When we now start hosting data in the service aswell as implementing the gateway for auto refresh:

Where will the data be stored, on which servers and countries?


Is there a way to influencer where the data will be hosted?


How can we find out which security measures are use in the service?

 

Thanks!

 

Adding a Calculated Column in Semantic Model

$
0
0

I am trying to replicate a power bi "desktop" model in a fabric lakehouse.   I have a lakehouse with all the tables loaded and I've created a semantic model.   I need to create some calculated columns based on lookups to tables within the model, however, the "New Column" functionality is not available.  

JaviGolden_0-1716328912008.png

Am I trying to do this in the wrong place or is there something that I need to configure to allow this functionality?   

 

Thx!

Help In configuring a power bi gateway server in Azure VM

$
0
0

Hi All,

 

1.  We have a serverless sql server in azure portal.

2. We have a Dev VM in azure portal

3. In the Dev VM, built reports in power bi using the Get Data--> Azure Sql Database, using the server pointing to 1 above.

Question 1 : is this type of connection considered on-premise and hence need gateway service to refresh the data once the report is published in service.

 

4. We have a VM in azure portal to install and act as Gateway Server.

5. For the report  built and published in point 3 above, if a datasource connection is needed to configure using the Gatewayconnection, how to specify the database server at point 1 in that connection.

 

Appreciate any help with the steps to establish the above.

 Cheers

 

CheenuSing

 

 

 

Blank Capacity Metrics App Storage Page

$
0
0

Hi All,

 

I have been using the compute metrics page for a while now and it is working great.


However the Storage page is blank. Have tried uninstalling and reinstalling the app but no change.


Any idea why would this be?

 

Appreciate the help!

Python scripts visuals taking more than 30secs to load in power BI

$
0
0

We have a power BI containing 3 python visuals. All visuals almost same script with different parameters. These visuals take about 30 secs to load. 

The script - 

importmatplotlib.pyplotasplt
importseabornassns
importscipy
fromscipy.optimizeimportcurve_fit

p=sns.regplot(data=dataset,x='SPEED OVER GROUND',y='AVERAGE ME POWER',order=2,color='#D24545',label="Power(Logs)")
r=sns.regplot(data=dataset,x='SPEED OVER GROUND',y='Power (Kw)',order=2,color='#2D9596',label="Power(Nominal Properller Curve")
plt.legend(bbox_to_anchor=(0., 1.02, 1., .102), loc=3,ncol=2, mode="expand", borderaxespad=0.)
slope,intercept,r,p,sterr = scipy.stats.linregress(x=p.get_lines()[0].get_xdata(), y =p.get_lines()[0].get_ydata())
plt.text(20,3000, "$r^2$ = " + str(round(r,3)))


plt.show()

Any idea how we can improve the performance please?

Power BI Service - interactions between visuals cannot be switched on again

$
0
0

In PBI Service, after editing Visual Interactions and toggling certain interactions off, it seems impossible to switch them back on. If I do "Undo" right after switching off, it goes back on, otherwise there is no response at all to my mouse clicks on the interactions icon once it's switched off.

 

Is this a bug? or is there another way of doing this?

Updating an empty workspace from existing git from another workspace fails

$
0
0

Unable to sync git repo in new workspace fails on data pipeline.PNG

Afterwards, the workspace remains in state "Partially synced".

Why is this error happening? How can I resolve it?

Filter cleared when hiding slicer panel

$
0
0

Hello,

 

I've created a report with a slicer panel that can be hidden/shown by the end user by clicking on a button. It uses 2 bookmarks.

Now everytime I show the panel, apply a filter and then click the hide button the filter is cleared.

 

Can anyone tell me how to solve this?

 

Best regards. Carlos

Semantic model refresh by guest user (API or schedule)

$
0
0

Hi, I'm looking for some help with what might be a niche use-case.  Is there a way to set up a scheduled refresh for a guest user?  All users are guests in the tenant (a new tenant was set up to maintain isolation from the "main" generic tenant and ofer full control over resources - whether that was wise or not isn't really the issue).

Setting up a refresh is fine, the data credentials are entered using the more convoluted "login to an organisation" method and an on-demand refresh works.
Setting up a scheduled refresh or using an API call to initiate one (the preferred method if available) fails
It feels like whatever authentication is used in the refresh does not work (pure speculation on my part).  Users have a Power BI license from their home tenant and admin rights in the guest.

Can a guest user in the tenant configure this in a way so that authetication consistently works?
Can the user credentials for a refresh be configured via API calls?
Should I be using PowerBI API or Fabric API?  Both seem to be able to return similar data but I can't see a refresh option that works for Fabric (but the terminology changes are confusing to say the least).
Where can I get more details for log information?  All I can currently see are the few lines shown in the UI refresh history screens.

Hopefully that gets across the essentials but if I can provide more info I'd be happy to.

Thanks in advance.

 

Auto Binding Feature Not Working with Deployment Pipelines?

$
0
0

Hi,

 

Since a week it looks like I have trouble with the Auto Binding Feature.

Just for testing I set up a small 2 step pipeline with a total of 3 dataflows. 

- 2 dataflows which are getting the data into the workspace

- 1 dataflow which is combining the above 2 dataflows 

 

Dev Workspace

The 2 incoming dataflows are working fine they are just getting the data from the source  

The dataflow which is combinding the data works fine in the dev workspace

 

Pipeline deployment

Deploying this via the pipelin towards the prod workspace

 

Prod Workspace

The 2 incoming dataflows are working fine they are just getting the data from the source  

The dataflow which is combinding the data is getting the data from the Dev Workspace instead of the prod workspace.

 

So please help me in what is going wrong here!

 

Thanks for your help!

Disable Real-Time Hub for non-Admin users

$
0
0

Is it possibe to disable the new Real-Time hub preview feature in Power BI Service for non-Admin users?

 

We're keen to limit this new feature in our tenant until we understand it and what exactly we want to expose (if anything).

 

 

Thanks,

Jake

Change All Column Types In a Datflow dynamically

$
0
0

I have a report that I am trying to create via a dataflow, where I take a query result from SQL and transpose the data, but this leaves all the columns as an undefined type and the dataflow is wanting all the columns to be of a determined type. The number of columns will change month to month, so I can't explicitly convert them all to text, is there a formula or something I can use in the dataflow power query editor?


Publishing on app.powerbi.com

"Show visuals as table" preview option disappeared in May release

$
0
0

I got a complaint from a user this week that the "table view" was missing... and I thought I was losing my mind until a redditor pointed me to the "show visuals as a table" preview feature that was added in January 2024. It seems to be gone, and the keyboard shortcut for it isn't working either. 

 

@Microsoft is this coming back? Is there a way to toggle it on and off?

Q&A stopped working

$
0
0

Q&A has been working fine in our reports however it started breaking very recently for no clear reason.

We have the same report and dataset deployed into different workspaces and in some cases it works and in others it doesnt. In other reports (using a different dataset) in the same workspace Q&A will be working.

 

We get no errors or details regarding what the problem is, other than

"We were'nt able to load suggestions right now. Please try again later."

 

Please can anyone suggest a direction to resolve?

Displayed refresh times on main workspace page inconsistent on Fabric

$
0
0

The issue that I wanted to ask about is the displayed refresh time in Fabric on the main workspace page.

 

Sometimes this time updates as soon as you make a refresh, and sometimes it doesn't.  Has anyone else run into this?

 

mopowerbi_0-1716384796429.png

 

Dataflow not refreshing, no errors

$
0
0

Hello all,

 

We have a dataflow that refreshed at 1am on 5/21 as scheduled, and has not refreshed since. Manual refreshes do not register either on the page. There are no errors, nothing to indicate what is going wrong. We did not alter the flow before the issue started, although I did make some changes the morning of 5/21 but it still should have refreshed earlier in the morning. I've made several edits to the flow, saved it, and tried the refresh that pops up there. Still nothing. Here is a not too helpful screenshot since I have no errors to share. Any ideas on what is causing this? I could find no mention of an outage.

 

gbz1_0-1716386328208.png

 

Viewing all 62241 articles
Browse latest View live


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