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

MariaDB Connection with Power BI app

$
0
0

Hello all!

 

I've been trying to use the ODBC connector while creating Dataflows the same way I used to create the connection with ODBC in desktop, but I don't seem to find any connection string to MySQL database or MariaDB database in google...

 

Does anyone knows if the ODBC connector in the web app supports this type of connection?

 

Thanks in advance!


Data Refresh issue

$
0
0

Hello,

 

I have a powerbi desktop file that includes multiple SQL queries to different servers, and all executes/refreshes fine, but when I publish to PowerBI.com, it will not refresh and I get the following error. Since it is flagged as a privacy error, I have ensured my privacy settings in both the desktop (set to ignore) and the the pbi.com gateway (privacy level set to "None") are good. But I'm still getting this error. Any thoughts why?

 

DanielOtero_0-1602780849060.png

 

Calculated Column calculates correctly in Desktop, but not in Web

$
0
0

We have a calculated column that determines a sales rep based on a variety of data. The column calculates as expected in the desktop app, but does not calculate correctly in the web version or in excel data extracts. We cleared cache in the desktop app and republised the dataset and that resolved the issue, however as soon as we close the desktop app, the issue reappears. Has anyone ran into this issue before or have an idea on how to permanently resolve it? 

Automatic Refresh with Python Script

$
0
0

I published a dataset with a Python script that iterates over rows to generate new columns.

 

I get the following message in the dataset's settings after it's published:

 

You can't schedule refresh for this dataset because the following data sources currently don't support refresh:

  • Data source for Query1

When I click on "Discover Data Sources", I get the next message:

 

Unable to determine the data source due to old gateway version. Please update the gateway to 2020 June release or later. Details: .

  • Data source for Query1

However, I am using the latest on-premises gateway version (October 2020).

 

Can anyone help me make this dataset eligible for automatic refresh?

 

 

Where in power bi service accounts are used

$
0
0

Hi do we use service accounts in power bi, if yes where? What is the purpose of them in the whole PBI Architecture, we came across an account "domainname/powerbiservice" , not sure where it is used  and how to find out. Please advice.

Thanks

Scheduled refresh turning off without notification, or clear cause

$
0
0

A dataset on the service keeps turning off scheduled refresh without notification, or failed refreshes causing it, as well as any other clear cause.

 

Is anyone experiencing the same?

 

Cheers

Using RelativePath in base URL for scheduled refresh

$
0
0

Hello Power BI Community,

 

I am trying to combine the tables from each of the following with different domain names but similar data:

 

www.a.com/foo/table/

www.b.com/foot/table/

www.c.com/foo/table/

 

I know scheduled refresh does not work with dynamic URLs, so using a parameter:

Source = Web.BrowserContents("https://www." & DomainNameParameter & ".com/foo/table/") will not allow me to do a scheduled refresh.

 

I've seen good solutions to this when modifying anything after the base URL with RelativePath as explained in this post by Chris Webb. But the RelativePath workaround only works after the base URL.

 

So something like:

 

Source = Web.BrowserContents("https://www/.", [RelativePath = DomainName & ".com/foo/table/"])

 

doesn't work, correct? 

 

Is there some approach I can use in order to use a dynamic URL in the base URL, or am I stuck having to refresh this dataset manually? 😞

 

Any help you can provide would be very much appreciated. Thank you!

Access clients PowerBI datasets to create Paginated Reports

$
0
0

Hi,


I am an independant consultant, new'ish to PowerBI, and need some advice on how to define what 'PowerBI Service to connect to within the new 'Power BI Report Builder' for creating paginated reports.

 

I have my own:

  • Microsot 365 Business licence/account
  • PowerBI Pro licence
  • domain ("@mydomain" for example)
  • and have a number of workspaces in my PowerBI service.

 

With my client:

  • I am an external guest using my own @mydomain credentials
  • I am an admin to their PowerBI Service/Tenant/Environment. So have full admin rights.

 

My question is - how do I connect to my clients workspaces/datasets to create a pagniated report, using PowerBI Report Builder?

 

Currently,  If i start not signed into 'Power BI Report Builder' for simplicity, and select New > Power BI Dataset Connection I'm prompted for credentials to login. So i enter my @mydomain credentials which of course only then shows me datasets within my own PowerBI Service.

img2.jpg

I have tried also to download the .RDL against a dataset from my clients PowerBI Service, however on trying to connect to this and open the 'Querry Designer' it gives me an "Unable to connect". (Note - i am logged into PowerBI Report Builder at this point)

 

img3.jpg

 

How do i get PowerBI Report Builder to look at my clients datasets, or direct which PowerBI Service to login to?

 

Thanks in advance for you help.

 

Alan


Power BI Premium - Subscribe Others to email for RLS/live connection reports/dashboards

$
0
0

Hi All,

 

Based on my reading so far on power bi forums/power bi documentation, my understanding is report developer can not subscribe other users to reports/dashboards created with RLS/live connections for power bi pro license.

 

But what I am not clear on is - if we upgrade to power BI premium, will it allow me as report developer to subscribe other users to reports/dashboards created with RLS/live connections ? If yes, will that subscription needs to be also created page by page or can we create just one subscription and power bi can send one email with PPT/excel/PDF for all the tabs in report? 

 

Thank you for your help,

 

Regards,

Nilima

 

I'm losing Excel cell word wrapping in Dashboard tiles

$
0
0

I've uploaded an Excel file to PBI Service and created a simple dashboard consisting of a pinned group of cells.

The problem is the cells in the source are formatted with word wrapping but when I create a dashboard tile that formatting disappears so the text runs into the adjacent columns.

Any ideas how I can allow the dashboard tile to keep text wrap formatting?

 

E.g. This is what the workbook looks like in PBI Service. Note cell A2 has word wrapping:

Report filters not respected in SharePoint web part

$
0
0

Hi all,

 

I'm trying to create a SharePoint showing the same report but with different filters to show different data. The issue is, even though the URL I'm using for each web part is different (reflecting the different filters), it seems that none of the filters are being respected. Each report loads up with no filters.

 

Is what I'm looking to do a supported scenario? If so, can you please share docs or a step-by-step so I can see where I'm going wrong? It seems straightforward so I'm not sure what I could be missing.

 

Thank you!

R custom visual - Error only in PowerBI Service ( works fine in powerbi Desktop and R studio)

$
0
0

I have the below script where i am plotting a HEATMAP using heatmaply function. This works with no issues in PowerBI desktop and R studio. When i publish it to powerbi service - i get the below SCRIPT RUN TIME error.

 

Error in eval(substitute(expr), data, enclos = parent.frame()) : object 'tickvals' not found

 

############### Library Declarations ###############
#libraryRequireInstall("ggplot2");
libraryRequireInstall("plotly")
libraryRequireInstall("heatmaply")
#libraryRequireInstall("tidyverse")
libraryRequireInstall("tidyr")
####################################################

################### Actual code ####################
#g = qplot(`Petal.Length`, data = iris, fill = `Species`, main = Sys.time());
pal1<-c("0"="gray","1"="orange","2"="yellow","3"="green","4"="blue")
#cm<-as.matrix(Values)
d1<-pivot_wider(Values,names_from = ProcessName,values_from=Level1)
d2<-as.data.frame(d1)
rnames<-d2[,1]
d3<-d2[,-1]
d3[is.na(d3)] <- 0
rownames(d3)=rnames
p = heatmaply(d3,dendrogram = FALSE,colors =pal1,grid_gap = 0.5,hide_colorbar = TRUE,fontsize_row = 6,fontsize_col=6);
####################################################

############# Create and save widget ###############
#p = ggplotly(p);
internalSaveWidget(p'out.html');
####################################################

other people can't open my report

$
0
0

Hey there Community,

 

I've made a report where people can find our products in a simple power bi report and it's working like a charm.

The problem is other people can't open it. They get the pop up saying they don't have access to the report.

I've tried some things trying to bypass this issue like just sharing the report with Power BI or setting it in Microsoft Teams.

i've got a Power BI pro license if that is needed to be known.

And finally the report needs to be seen by at least 20+ people so something like teams would seem ideal since they can just open it when they join the group.

 

Hope someone could help me.

Delete all empty workspaces that are created by 365 groups

$
0
0

Does anyone have a solution to delete all empty workspaces that has been created by defaAult when creating a 365 group?

We have around 1000 of workspaces that are created from 365 groups and most of them are empty.

 

I have allready enabled the new future to not create new workspaces from 365 groups.

 

Cheers

Internal error while saving SAP BW Dataflow

$
0
0

Hello,

 

I'm having trouble creating a new dataflow from a query in a SAP BW Application Server.
Everything works fine, I even see the data in the data transformation. But when I click on "Save & Close" I always get following error message:

Something went wrong
Could not perform this operation due to an internal error
Please try again later or contact support. If you contact support, please provide these details.
Activity ID: 85e2b418-02fb-4057-9b6d-b428516f10e5
Request ID: 1b9bda22-d345-a231-dba4-dd14612ef45d
Correlation ID: 591fee09-10bd-d019-c34c-b7d4aea880a9
Status code: 400
Time: Thu Oct 15 2020 20:29:45 GMT+0200 (Mitteleuropäische Sommerzeit)
Service version: 13.0.14437.75
Client version: 2009.4.03166-train
Cluster URI: https://wabi-west-europe-d-primary-redirect.analysis.windows.net/

 

Any ideas why this happens all of the time?

Thanks in advance!

 

Best,

Moritz


Passing parameters from Power BI to Rest API

$
0
0

I have a requirement where I have to pass parameter(dataset or row) from Power BI to Rest API.  I have gone through enough blogs, I haven't found anything helpful. Can anyone tell me if this is possible in Power BI ? 

 

Thanks in Advance !

End user fetching data from Hana??

$
0
0
key date.jpgHi all,
 
Do you know how, or even if it's possible, to give the option to an end-user to pull data from Hana using Power BI Service/Apps?
 
The scenario:
  • I am fetching the data from a Hana view using a key date. That means I am getting the data that I need just for that specific date. With this data, I create a dashboard.
 
  • I publish the dashboard to Power BI Service and from there I share it with an end-user.
  • now the end-user wants to see the data for another day just to compare the data.
 
My question is, how an end-user can change the date using a prompt and to pull the data from Hana for a previous date.
 

On-premises data gateway / MS Azure Cloud Server

$
0
0

Hello everyone,

 

I'm new to the community and this is my first thread, so forgive me if I missed the section. I couldn't find information that I need about On-premises data gateway, both Standard and Personal, so I guess I'll ask the questions here.

 

If I understood it right, both Standard and Personal gateway MUST be installed on a virtual machine that runs 24/7? Our company currently does not own Premium license, yet only Pro. Our plan is to get a Microsoft Azure Cloud Server and install the gateway there so our scheduled refresh would work fine without creator's intervention. Btw, we have couple of reports connected to SAP BW, SQL DB, and such.

 

It this scenarion possible? And can this server/gateway be used by multiple accounts, beside my own?

 

Thank you very much.

Analyse in Excell not work after few days after creation

$
0
0

Hi,

 

May be the is some easy tricks, but we didn't find nothing. Problem is, when we create use Power BI functionality: [Analyze in Excel], after few days it stoped to work.

 

We use O365 and installed last OLE DB versions: 15.0.2000.527image.png

 

 

Two same connection with different results. One that work OK:

image.png

 

And te second one that not work and Excell file just hang up:

image.png

 

Excel application freez, not responding. And after 5-10 minutes we just kill Excell:

image.png

 

Maybe you can share with some ideas ?

PowerBI Pro connection to SSAS on premise fails

$
0
0

Hi guys

 

I am getting this error:

 

The connection to the Analysis Services instance timed out or was lost. Ensure that the server and the 'SQL Browser' service are running.

 

 

I have tried:

  • Confirmed that SQL browser is running on the VM where I want to connect to
  • Local Active Directory - Joined the VM from where SSAS is hosted on the domain which is the same as Azure AD
  • Opened ports on VM for SQL browser and SSAS
  • Gave SSAS a dedicated port on the VM to ensure it is not dynamically changing fwiw
  • Made SQL brower service log in using my domain account instead of default service account
  • Mapped Users on PowerBI service connection setting under the gateway settings to ensure efective username = DOMAIN\Username (confirmed in gateway logs that the name is pulling throug and not in format myname@domain.xyz)
  • even tried opening ports on the router temporaritly although that should not be required since normal SQL connections seem to work
  • I have specifically seen this video from Guy in a Cube: 

    https://youtu.be/Qb5EEjkHoLg (Authentication with AS live connections in Power BI)

I feel like I am runnig around chasing my tail.  What other checks could I have missed?

 

Thanks guys!

Viewing all 61728 articles
Browse latest View live


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