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

Dataflow couldn't authenticate with credentials provided

$
0
0

All of a sudden I'm unable to connect to dataflows from within Power BI desktop that I was successfully connected to yesterday.  I keep receiving an error that the credentials cannot be authenticated.  I have tried clearing both the global and local permissions for the dataflow and reconnecting without any luck.  Has anyone encountered this before?

 

 

 


How to scheduled refresh to append the data instead of updating the dataset?

$
0
0

Hello Everyone!

I'm new to Power BI seeking your advise on a query which I have.

 

For context Below is the flow which I'm currently following.

1. GET the data from an API which comes in an JSON format.

2. Currently i'm PreProcessing the data via a python script outside of Power BI which creates one main files and 4 different files from the json output which I get from the API and data is saved as csv files on my local drive.

3. Built the Power BI report based on the processed data saved on my local drive.

4. I've published the report from my desktop to the Power BI Service.

Now the query which I have is I need to refresh the dataset everyday which will have new entries and also exsisting enries might have a modification. That being said I cannot refresh the complete dataset I need to append the new entries and update the exsisting entries if there are any modification. 

My idea was to write a python script and run it on power bi which has a schedule refresh option which can run everyday for step 1 and 2. But I'm kind of confused as to how do I append the data to the current dataset instead of updating the entire dataset which is huge and time consuming and not ideal. If it was just one "Sheet/Dataset" that wouldnt be a problem because I think i can first create the base dataset and once the base dataset is ready I can write another python script which keeps appending the data to the dataset. But since the data is in JSON format everytime I need to process it to create five different files and update/append on each files seperately from just one main dataset(hope that makes sense).

How would you tackle this? How would I automate the process?

So my question is, is there a better way of doing this without the help of any other apps by just using powerbi service?

Not sure what kind of options does Premium offer but is it possible in Power BI premium? Or is there any other apps which can help me acheive this from the Microsoft catalogue of apps? if yes please advise how would the flow look like?

 

Thanks in advance.

Legend color problem when publish in service.

$
0
0

I used a dual chart(bar and line). 

Powerbi desktopPowerbi desktoppowerbi servicepowerbi service

In PBI desktop legend shows correct color but when publishing in service it became black but interaction remains the same.

 

Fail Pass color became black.

 

Can anyone help with this?

Published Report blank

$
0
0

Hi All,

Created a report in PBI Desktop with Oracle db as source, direct query successfully. Created data source in PBI Service and tested successfully. When i published the report and opened the report in PBI Service, it is blank. Where is the issue? Does the DS Name need to the be the same in PBI Desktop and PBI Service? Please advice.

Cannot load model

Couldn't load the model schema associated with this report. Make sure you have a connection to the server, and try again.Please check the technical details for more information. If you contact support, please provide these details.
  • Underlying ErrorPowerBI service client received error HTTP response. HttpStatus: 400. PowerBIErrorCode: DM_GWPipeline_Gateway_ProviderDataAccessArgumentError
  • Underlying error messageUnable to find the requested .Net Framework Data Provider. It may not be installed.
  • Correlation ID2a4dd51e-9425-db3c-ba40-6e877891392b
  • DM_ErrorDetailNameCode_UnderlyingHResult-2147024809
  • Activity IDc7373182-d0a7-4f40-8443-6846d9ae089c
  • Request ID8068f09c-61bd-f7d4-851d-fdc1624cef3a
  • TimeTue Jul 14 2020 13:08:07 GMT-0400 (Eastern Daylight Time)
  • Service version13.0.13860.51
  • Client version2007.1.01830-train

Thanks

​power bi spark connector poor performance

$
0
0

​power bi spark connector performance is extremely slow. it is taking 4 to 5 hours to process 6 gigs azure databricks delta tables into power bi premium nodes (p3). Both power bi premium capacity and azure databricks workspace are in same azure data center. Even after adjusting maxresultset and batch size performance is poor. I exported the delta tables into CSV files on ADLS Gen2 and was able to process it in 3X faster. What is wrong with power bi spark connector, we heard from databricks team that microsoft is working on the fix. Any updates / workarounds? 

Dial guage from appsource not visible in PowerBI service report after publishing

$
0
0

I used a Dial guage in my dashboard from Appsource. It is still available in my PBIX but not visible in the published report.

 

Any guidance to address this issue is much appreciated.

 

 

TIA

Power BI Teams Error- The current Power BI session can no longer be used to communicate

$
0
0

Error Message: the current power bi sess can no longer be used to communicate with the powr BI service because of a service modification. you must close and re-open your browser to start a new session

 

I am able to view this file on my phone, and in the web browser form of Power BI without an error message. I  just run into this issue when viewing on Teams. This happened about a week ago, prior to that I could view this report perfectly in Teams. Im no expert on PowerBI, particularly as it relates to showing previews in teams.

 

MicrosoftTeams-image (5).png

 
 

 

 

Last x Days, but for Prior Year - Dataflow

$
0
0

I have a Dataflow that uses "each [Date] > Date.AddDays(Date.From(DateTime.LocalNow()),-60" to filter on the last 60 days.  I'd like to create a 2nd Dataflow that does the same thing, except for Prior Year.

 

Dataflow #1: 5/16/2020 - 7/14/2020  (Working)

Dataflow #2:  5/18-2019 - 7/16/2019  (Need Help)

 

I tried adding a column to mark every day between 365 days ago and 425 days ago:

 

if [Date] > Date.AddDays(Date.From(DateTime.LocalNow()),-425) and [Date] < Date.AddDays(Date.From(DateTime.LocalNow()),-365) then 1 else 0

 

It doesn't error until I filter on 1.  By the way, this is Google API, which seems to hate many things.  The error: "dataformat.error: we can't report a single value for this dimension as it represents a rollup of multiple values whose details are not available. details (other)"

 

Any other ways to accomplish this?

 

Thanks!


Filter pane on left edge

$
0
0

Hi Team,

I need to place filter pane available on to the left edge just before all of the dashboard listing. 

 

How I can acheieve this?

 

Aim of such design is to have common filter pane accorss different dashboards. 

 

Thanks in Advance, 

Vaibhav 

 

 

Report not displaying refreshed data

$
0
0

Hello all,

I have a report that uses a dataset that imports data from an Excel file.  Frequently I will manually refresh this dataset and find that the report is still displaying the old data.  Sometimes it does.  Sometimes it does not.  I thought it might be that if someone was in the Excel file that would cause the data to not refresh, but I tested this and that isn't the problem.  It seems as though if I close my browser and go back in then the report will show the correct data - I have not thoroughly tested this as yet.  We have premium service, but this particular workspace is not taking advantage of that.

 

Does anyone know why I am experiencing this behavior and the fix?

 

Thank you,

Kirt

Gateway Issue - Cannot Choose Gateway For Refresh

$
0
0

Hello -

 

I am having a new issue with setting up a refresh that I have never seen before. I just published a new workbook and when I go to schedule the refresh, I am seeing the following:PBI Error.png

 

All data sources are showing the green check, all are mapped to the correct gateway source, the use data gateway is on, yet the radio button in blue I cannot select.

 

I have these sources connected to various other datasets that refresh on a scheduled basis with no issue. This particual workbook has no merges, no appends, no sources from the web and no files in it. All data sources are tables from SQL data warehouses.

 

Any ideas on what could be going wrong here?

 

Matt Hampton

Unable to connect to the data source undefined (ACCESS)

$
0
0
 

I'm having trouble connecting any table from any access:

 

The gateway is working for reports that do not have access

The file mapping on the gateway works and says it has a "connected" status

Every update displays this error

I already tested with a gateway installed on another machine but has the same problem

 

 

GATEWAY.png

Show/ Hide visuals not working

$
0
0

Hi Guys.

I am creating a report where I have to hide KJPI if have no filter.

 

I created a measure:

 

 

 

Mostrar = CALCULATE(if(ISFILTERED('dMunicípios'[Nome_Município]),1,0), ALLSELECTED('dMunicípios'))

 

 

 

Which gives me 1 when I have a city (Municipio) selected.

 

Tela 1.png

 But, when I clear all selections, Mostrar =0, the KPIS show a list os cities.Tela 2.png

Any clues?

 

Thanks in advance.

 

PowerBI unable to load ArcGIS reference layer

$
0
0

Hello!

 

Im having a problem loading a ArcGIS reference layer onto the PowerBI map. It's weird because some layers are being applied with no problem, while others cannot. These reference layers are from my organization as well. Please let me know your thoughts and if there is anything I should try. Thanks!

problem setting data source power bi services

$
0
0

Good morning how are you?
I am having trouble being able to link a data source through a gateway to be able to do automated data updates, I have installed a standard gateway and when creating it in the power bi service it gives me an error, the source is DBF files in my local repository, the server where I have all the databases in DBF. Any kind of help would be highly appreciated, as there is very little power bi and DBF information on the web.

 

Error Origen de datos DBF.jpgOrigen de datos DBF.jpg

here attach 2 images with the information on how I want to configure the origin of the data and the error that appears when confirming it.
Thank you very much,
Regards.


Unable to sign in Power BI excel add-in

$
0
0

Other day my client had issue signing in withj Power BI application. Found out his version was very out of date and after update his current version he was able to signin and publish to his web. 

Today he would like to Pin some things with the Power BI addin excel but when he trys to do so he is prompt to login but he gets error when doing so shown below. 

 excel powerbi.JPG

Google Analytics Refresh Power BI

$
0
0

Hi

 

I am wondering if anyone can assist with my query regarding Google Analytics in Power Bi .

 

Is it possible to set GA dataset on a scheduled refresh ?

 

I am working on a report which is on a scheduled refresh and I need to add in a GA dataset .

 

The reason I ask is that this report is on a subscription daily and there is a schedule refresh done before this to update the data so would need to be able to update the GA automatically for this subscription to properly work .

 

is this possible ? 

How to get the status of last Power BI data flow refresh using Web activity in Azure Data Factory Pi

$
0
0

I want to sync dta flow and data set refresh in Azure Data Factory Pipeline i am using web activity. I have successfully refreshed power bi data flow from web activity now i need to get the refresh status and if it is "Complete" than i would like to refresh the data set also. But i am getting the error in screenshot when i try to get the refresh status of data flow, the confusing thing is when i get the refresh status using python script everything works fine.

 

screenshot (1).jpg

How to auto update PowerBI app reports fetching data from salesforce

$
0
0

Hi,


I  want to know how do I update reports in published PowerBi app or does it happen automatically?

I have created a report using Salesforce report as dataset. The report is not that complicated and not much happening onto it, just using PowerBI to embed SF report on a private webpage where users can download in excel.

 

Any help appriciated.

 

Thanks.

Omkar

Using PWA Content Pack - Migrating Sharepoint from one tenant to another

$
0
0

Hi, All.

 

We will be migrating our SP in new tenant including the PWA.  Is it possible to export the reports and dashboards so I don't have to re-create them when using the PWA content pack in the new tenant in Power BI?

 

Download pbix copy is greyed out as this is not available when using content packs.

 

Thank you!

 

Claudio

Viewing all 62200 articles
Browse latest View live


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