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

Gateway - The key didn't match any rows in the table

$
0
0

Hi all,

 

I have a problem with one of our reports. The Report connects to a MySql Database and everything worked well until we added 2 new tables from the same database. From the pbix file the data refresh works without problems but when the Powerbi Service tries to get the data via our on-premise data gateway we get this error:

There was an error when processing the data in the dataset.

Please try again later or contact support. If you contact support, please provide these details.

  • Data source error{"error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"The key didn't match any rows in the table."}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.ValueError.Key","detail":{"type":1,"value":"[Schema = \"<db name>\", Item = \"<table name>\"]"}},{"code":"Microsoft.Data.Mashup.ValueError.Reason","detail":{"type":1,"value":"Expression.Error"}},{"code":"Microsoft.Data.Mashup.ValueError.Table","detail":{"type":1,"value":"#table({\"Name\", \"Data\", \"Schema\", \"Item\", \"Kind\"}, {})"}}],"exceptionCulprit":1}}} Table: <table name>.

 

The gateway is up to date. I already tried to remove the whole Report incl Dataset and pushed it again, I pushed it to another workspace but nothing fixed the error.

When I remove the 2 tables the refresh is working again. Is there some cached data that doesn't recognize the 2 new tables? How can I fix this?

 

Best

Alex 

 

 


Power BI service administrator role

$
0
0

Hi all, I just want to comfirm that without Microsoft business subscription and Office 365/Azure Active Directory, is there any other way to get the Power BI service administrator role (like only purchased pro license in Power BI ?). Because we have to to share a dashboard or report outside organization to our client.

 

Really thanks for your help!

 

Best,

Yinchuan

 

Publish only one dataset

$
0
0

Hi everyone,

I have imported an Azure Blob Storage container that contains a lot of data.


I had to download the entire container and it took a while to do it. Now in the Power Query I've isolated some datasets that I want to publish in the Service; I don't want to upload the entire container but only the datasets I've isolated.


Since it took a while to download the entire container, I want to preserve it into the pbix because in the future I could need to use other data from the container.

 

How can I upload only one (or a few tables) in the Service, disabling the container to be uploaded?

 

Thanks,
Roberto

 

Power BI pro license expiration date

$
0
0

Hi.

How can I see the Power BI pro license expiration date by users in admin portal?

I’ve searched everywhere, so provide a screenshot please.

 

Thank you.

 

As owner of a workspace, I want members to build reports off of a dataset already created (RLS)

$
0
0

Hi Guys,

So at the moment I'm finding two conflicting issues when I try to get members to create reports off of my dataset (not datataflow).

1) The user can create a report, but the RLS behind it isn't there, and the user now has access to all data

2) The user cannot even create a report, and just sees "Dashboard, Report and Workspaces

Any videos for best practise on this?

We have constructed a dataflow > to create a report & dataset. We want to create RLS based on the user, but also allow that user to create reports.

Thanks

 

What is the right method to allow Power BI service IPs through firewall?

$
0
0

Hello,

 

I need the "best practice" to allow Power BI service to access an OData connector for a database.

I saw a lot of topic recommending this link: [Deprecating] Microsoft Azure Datacenter IP Ranges  but as its title suggest it will be deprecated soon. Also in that file there are way to many IPs to manage even if I take into account only my Power BI service region which is North Europe (Ireland).

 

The new way recommended by Microsoft in the above link is to use the JSON file from here: Azure IP Ranges and Service Tags – Public Cloud because there are some tags that should help.

 

But where I could find more information about these tags and which of them I shoud use for PowerBI service to properly allow access through firewall, because using the IP from this tag only - PowerQueryOnline.NorthEurope - is not enough:

 

{ "name": "PowerQueryOnline.NorthEurope", "id": "PowerQueryOnline.NorthEurope", "properties": { "changeNumber": 1, "region": "northeurope", "platform": "Azure", "systemService": "PowerQueryOnline", "addressPrefixes": [ "20.38.80.70/31" ] } }

 

Kind Regards,

Lucian

 

Export Data Using R from Power BI Service

$
0
0

Hi Community,

I have created table using R Script in Power Bi Desktop and I have added script to export data from R Scripted Table. It works fine and data exported to the path as I mentioned in the Script in Power BI Desktop. When I publish same report to Power Bi Service, Script Ran successfully without any error. I could not find the path where the exported data located in Power BI Service. Please do needful as earlier.

Following is my script I have used
----------------------------------------------------------------------------------------
dataset <- data.frame(ref, ref1, ref2, ref3,ref4)
dataset <- unique(dataset)
library(gridExtra)
a<-data.frame(dataset$ref,dataset$ref1,dataset$ref2,dataset$ref3)
colnames(a) <- c("Ref", "Risk Value","Title","Desc")

file<-dataset$ref4[1]
file1<-paste("~/",paste(file,".csv",sep=''),sep='')             # "~/"  it refers to default working directory (path) of R
if(dataset$Output.2[1] == "Export")
{
zz <- file(description=file1, "w")
write.csv(a, zz)
close(zz)
}
grid.table("Exported")
----------------------------------------------------------------------------------------
Thanks in Advance,
Sowmiya

 

Unable to find Visual Studio Marketplace Content Pack

$
0
0

Hello,

I'm from the Azure DevOps Services team (pkuma@microsoft.com).

 

Our team had publisher a PowerBI content pack called "Visual Studio Marketplace Content Pack" around 1.5 years ago. When I try to find this content pack today, I'm not able to find it. I tried it with disabling the 'new look' toggle as well, but no luck.

The content pack was also available as an organization content pack in https://msit.powerbi.com .

I tried searching both on the web and on desktop PowerBI as well.

 

Details about our content pack can be found in this blog post - https://docs.microsoft.com/en-us/azure/devops/marketplace/extension-statistics-powerbi-contentpack?view=azure-devops

 

Can someone please help? Has anything changed? How can we fix this issue?

 

Thanks,

Prabhu

pkuma@microsoft.com

 


Button Edit Report and visual panel disapeared

$
0
0

Hi,

When I opened today PowerBI service and the usual report in wich I am developing a custom visual, I saw that the edit Report button disapeared and the visual panel too. Yesterday all was correct and usable.

I checked the credentials : my account is admin and the rights are granted on the reports I usuallu use : all seems correct.

 

Any idea on what could be the problem ?

 

Thank in advance,

Best regards.

 

 

Setting up On Premisis Gateway

$
0
0

Hello - 

I am looking for some insight on the setting up an On-Premisis Gateway for a client.  I have full access to their PBI Service and am able to publish from desktop to their service.  I am looking to set up the gateway for them as the last steps in our contract.

 

If I download the gateway and register it on my local computer are they able to go in and add a data source to that to schedule refresh, and refresh the data from the service? 

Does the gateway only work when my local computer is online and connected to the Internet? How can we avoid this issue of the data not refreshing if I am not connected?

 

Any help would be appreciated or any links to resources (that are not all over the place) would be very helpful.

 

Thank you in advance for the help and resources!

Ryan

 

importing tables from excel online

$
0
0

I have five tables in a Sharepoint Library Excel file.

I created a dataset by importing a file, choosing the sharepoint library and the Excel online file.

I created a report from the new dataset and can see two of the five tables in the fields section when editing the report.

However three of the five tables do not appear here.

I have made sure all tables have no spaces in their table names, and that tables contain only data with no rows for totals or any other calculations.

How Do I add the other tables from sharepoint online into the dataset and report?

 

Record Sales Day Alert/Notification

$
0
0

I am looking a way to send an alert or notification when we have a record sales day. Right now I basically have a calculated column that compares yesterday's date to the record sales date and if it is the same it says "Record Sales Day" and if not it just shows the date of the record sales day. This is okay but I am not able to set an alert off of this.

 

Right now I know of two quick (but not long-term) fixes to this:

1. Change the calculated column that I have to display "1" instead of "Record Sales Day" and "0" instead of the date date of the record sales day and set the alert to be above a threshold of 1. This way is automated but not astestically pleasing and does not give a clear message of what the notification is.

 

2. Just enter the actual number for record sales into the "Threshold" box on the alert. This method looks cleaner but it is not automated. Every time we have a change in record sales day it would require manaully going in to change the number.

 

Any Suggestions??

 

undefined

$
0
0

Some time ago I publish a content pack for my fellows.

 

I managed it a couple of time to add/remove content/report

 

Then today, no where to be see.

 

Ok, where do you put it ?

 

Possible to update app automatically after publishing new version of report?

$
0
0

Hi,

We have some reports which are already published in an app within a Power BI workspace.

 

The app's data refreshes when the underlying reports' data refreshes: so far so good.

 

However, I made a minor change to one of the reports yesterday to fix an issue spotted by an end-user.

I published the report and could see the corrected visual when I opened it on the Reports tab in Power BI service, but the app still showed the old version of the report.

I had to click the Update App button in the top right hand corner in order to see the new version.

 

Is there any way to automatically update the app after I re-publish a report like this and if so, how could we achieve that?

Regards,
Tim

 

Persistent filters in App and Workspace for same report different behavior

$
0
0

There seems to be a difference in the way persistent filters are behaving or saved in Apps and Workspaces.

To begin with there are no favorites present in the list.

I have created a report from an imported Excel file and disabled the possibility to save filters in the pbix file. I did that after I published the pbix file before. In the first published pbix version some words that are used in the filters were misspelled; these were corrected in the second version. When viewing the report in the App and I click Reset to default the filters return to the misspelled text, which is strange of course. And the changes the user made in the filters are saved, which should not be possible.

When viewing the report in the Workspace the Reset to default button is grayed out with a comment that the author has disabled saving filters for this report; that comment is correct. However, the user is able to change filters in the sidebar called Filters. But now he/she cannot Reset these. The user needs to reopen the report to get the default filters active again.

 

Anyone any experience with this and knows how to solve this? Meaning:

- how to reset to the new, correct filters in the app?

- how to prevent the user from having to reopen the report in the workspace to get the default filters active again

 

Cheers,

Sander

 


Select multiple values on a single row on table visual

$
0
0

Hi.

 

Is it possible to select multiple values on a single row on table visual? Like in Excel for example you can choose C4 and C10.

 

Is this possible?

 

Select multiple values on a single row on table visual

$
0
0

Hi.

 

Is it possible to select multiple values on a single row on table visual? Like in Excel for example you can choose C4 and C10.

 

Is this possible?

 

Scheduled refresh of dataset with connection to Anomaly Detector

$
0
0

Hi there, 

I've created dataset in PowerBi Desktop with connection to the Anomaly Detector, according to this instruction https://docs.microsoft.com/en-us/azure/cognitive-services/anomaly-detector/tutorials/batch-anomaly-detection-powerbi
And it's successfully working and updating, but just only in the Power Bi Desktop. When I'm trying to update it with help of gateway in the Power Bi Service it fails with error:

Something went wrong
There was an error when processing the data in the dataset.
Please try again later or contact support. If you contact support, please provide these details.
Data source error: {"error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_MashupDataAccessError","parameters":{},"details":[{"code":"DM_ErrorDetailNameCode_UnderlyingErrorCode","detail":{"type":1,"value":"-2147467259"}},{"code":"DM_ErrorDetailNameCode_UnderlyingErrorMessage","detail":{"type":1,"value":"[Failed to merge data] Section1/First balance orders anomaly/AutoRemovedColumns1 refers to other queries or steps and therefore cannot directly access the data source. Change this data combination."}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.MashupSecurityException.DataSources","detail":{"type":1,"value":"[{\"kind\":\"Web\",\"path\":\"https://anomalies.cognitiveservices.azure.com/anomalydetector/v1.0/timeseries/entire/detect\"}]"}},{"code":"Microsoft.Data.Mashup.MashupSecurityException.Reason","detail":{"type":1,"value":"PrivacyError"}}],"exceptionCulprit":1}}} Table: First balance orders anomaly.
Cluster URI: WABI-WEST-EUROPE-redirect.analysis.windows.net
Activity ID: 6e79072a-4eb6-4542-a55b-153a4fcf0057
Request ID: 566a4613-2191-9350-4f52-109e2be55ba3
Time: 2020-03-17 17:47:49Z

 

I'm PowerBI user with Pro license.

Thanks for any help!

 

Information is needed in order to combine data;Information about a data source is required..

$
0
0

Hello,

 

I am have been getting this error. The report in question does not have a gateway since the Datasource is online (Odata feed) it refreshes in the Desktop and all the Privacy Levels are set to none both in the Service and on the Desktop. Any ideas why I will be getting this error? 

 
 

 

External email address subscription - active yet?

Viewing all 62200 articles
Browse latest View live


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