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

Purchased Premium doesnt show

$
0
0

Hi,

 

I am working with a customer who has gone through a third party microsoft license vendor to purchase Power BI Premium as is normal where i am based, so i am not afraid that it is any scams or anything like that 🙂 

 

We cant however see any premium subscription under Billing > Subscription in O365 admin center or for that matter any available cores under Capacity settings in Power BI Admin portal. 

 

My question is, When premium is purchased. Is it purchased for a specifik O365 tenant which then, if i guess should be connected to a certain billing account that is used when paying Premium? IS there any other way to see if Premium is purchased for an organisation? 

 

 

 

 

 


Exporting Paginated Reports, Initial Page Name property not working with sub-reports

$
0
0

Hello,

 

I have a few paginated reports that I created using Power BI Report Builder. I have set the 'Initial Page Name' property so that when users export the report to excel, the excel tab will display the 'Initial Page Name'. This appeared to be working, however, when I add the reports as a sub-report, and then execute the master report, the excel tabs show Sheet1, Sheet2 etc. 

 

I'm not sure if this is a bug or expected behaviour but does anyone know how to get around this issue? When exported, I would like the excel tab to display the 'Initial Page Name' property, including when being run as a sub-report.

Not able to create a "app workspace"

$
0
0

 

I am not able to create a "app workspace" though I have tenant admin access. 

 

 

PowerBITesting_0-1597755044496.png

Do all user in D365 who need to see the Power BI reports need a lisence ?

$
0
0

I am developing Power Bi reports for D365 Dashboard reports. 

My question do all user in D365 need Power BI Lisence ? If Yes which type of lisence ?

Enhanced metadata with Direct Query SQL Server = Many sys.* queries

$
0
0


Hi,

 

In the Power BI Service, when I open a Direct Query SQL Server report that was generated using the Enhanced Metadata setting, I see that when the dataset is loaded, A LOT of queries are sent to the SQL Server in order to obtain different metadata. Is that normal?

 

For example, I have a report that have only 1 table (MySchema.Table1) and the only thing that is in my report is card displaying the number of rows. When I'm not using Enhanced Metadata, the only query that is sent to the SQL Server is a "select count(*) from MySchema.Table1". But if the same report was generated using Enhanced Metadata, then I see queries like those sent to the SQL Server

 

select t.[TABLE_CATALOG], t.[TABLE_SCHEMA], t.[TABLE_NAME], t.[TABLE_TYPE], tv.create_date [CREATED_DATE], tv.modify_date [MODIFIED_DATE], cast(e.value as nvarchar(max)) [DESCRIPTION]
from [INFORMATION_SCHEMA].[TABLES] t
join sys.schemas s on s.name = t.[TABLE_SCHEMA]
join sys.objects tv on tv.name = t.[TABLE_NAME] and tv.schema_id = s.schema_id and tv.parent_object_id = 0
left outer join sys.extended_properties e on tv.object_id = e.major_id and e.minor_id = 0 and e.class = 1 and e.name = 'MS_Description'

select
s.name [TABLE_SCHEMA],
o.name [TABLE_NAME],
c.name [COLUMN_NAME],
cast(c.column_id as bigint) [ORDINAL_POSITION],
c.is_nullable [IS_NULLABLE],
case when (t.is_user_defined = 0 and t.name is not null) then t.name when (c.system_type_id = 240 or t.name is null) then 'udt' else t_system.name end [DATA_TYPE],
case when (c.system_type_id in (59, 62)) then 2 when (c.system_type_id in (48, 52, 56, 60, 104, 106, 108, 122, 127)) then 10 else null end [NUMERIC_PRECISION_RADIX],
c.precision [NUMERIC_PRECISION],
case when (c.system_type_id in (59, 62)) then null else c.scale end [NUMERIC_SCALE],
case when (c.system_type_id in (40, 41, 42, 43, 58, 61)) then c.scale else null end [DATETIME_PRECISION],
case when (c.system_type_id in (231, 239)) then floor(c.max_length / 2) when (c.system_type_id in (165, 167, 173, 175)) then c.max_length else null end [CHARACTER_MAXIMUM_LENGTH],
cast(e.value as nvarchar(max)) [DESCRIPTION],
d.definition [COLUMN_DEFAULT],
cc.definition [COLUMN_EXPRESSION],
case when c.is_identity = 1 or c.is_computed = 1 or t.system_type_id = 189 or c.generated_always_type > 0 then 0 else 1 end [IS_WRITABLE]
from sys.objects o
join sys.schemas s on s.schema_id = o.schema_id
join sys.columns c on o.object_id = c.object_id
left join sys.types t on c.user_type_id = t.user_type_id
left join sys.types t_system on t.system_type_id = t_system.user_type_id
left join sys.default_constraints d on d.object_id = c.default_object_id
left join sys.computed_columns cc on c.object_id = cc.object_id and c.column_id = cc.column_id
left join sys.extended_properties e on o.object_id = e.major_id and c.column_id = e.minor_id and e.class = 1 and e.name = 'MS_Description'
where (s.name = N'MySchema' and o.name = N'Table1')


Is this normal that Power BI execute all those queries? My problem is that if I have a big dataset (for example 30 tables), then those queries could take almost 30 seconds to execute and that means that a report that took 2 seconds to display data now takes 32 seconds.

I'm using the latest version of PowerBI Desktop dans the July version of the gateway.

 

Thanks!

some users cant export to pdf

$
0
0

Hi

Some our company's users are having difficulties exporting from the power bi service.  They tend to use chrome, I am perfectly fine.  I hoped it would correct over a period of time so left it over the weekend.  The only message they get back is.

I am unsure how I can progress this, we a pro user site.

 

thanks

jasemilly_0-1597669407564.png

 

Gateway connection for RedCap

$
0
0

We have tried using the RedCapDC data source in the Gateway connect but it does not work for us.  Any ideas on how to connect an On-pre Redcap database to The Power BI Gateway?

Embedding - Passing selections from app to reports

$
0
0

Hi,

 

I have a question.

 

If I embed report X into a software application. Is it possible to pass the selections in the application to the Power BI dashboard? And if so, any good links or sources for this?

 

Let me know if I need to specify more.


Best,

 

Ali A

 


Power BI Premium - Sending notification to new users, despite unchecking the share box

$
0
0

Hello,

 

I am sharing reports from my Power BI Premium instance with users, that are embedded in sharepoint pages.  I don't want the users to recieve a notification from Power BI when I grant them access, so I am unchecking the related box when sharing.  However, they still recieve the email.  Is there some other action I should be taking?

 

 

automatic refresh

$
0
0

Hello,

 

I connected the power BI desktop to MySQL database via import and not directquiery since directquiery does not work to me.

I uploaded the report to the power BI online and I downloaded the gateway in order to set up an automatic refresh of the data during the night. However since I am not connected during the night the automatic refresh does not happen. What should I do to set up an autimatic refresh during the night while the computer is off.

Thanks

 

 

Gateway verfiy

$
0
0

Hi Guys,

 

I have requested new enterprise gateway for Oracle server to refresh the data . Admin is telling that already Gateway was created and granted access for the same. 

 

But my question is how can verify that created gateway whether i have access or not ..

 

Please provide the steps for the same

 

Impala Dataflow

$
0
0

Hello everyone!

 

I would like to add a dataflow to my dataset in power bi service/ online.

The source is impala.

The connection works perfectly at PBI Desktop but online I always get this failure:

Session ID: f402bdec-e334-46da-879b-4c2820d8cef3

 

What does that mean?

What did I forget?

 

 

Microsoft.Data.Mashup.ValueError.Detail

$
0
0

Laatste poging voor vernieuwen is mislukt: Tue Aug 18 2020 07:14:13 GMT+0200 (Midden-Europese zomertijd)
Kan geen verbinding maken met de gegevensbron undefined.Details verbergen

Onderliggende foutcode:-2147467259
Onderliggend foutbericht:De inhoud van https://docs.google.com/spreadsheets/d/e/2PACX-1vQuOsY6TF8AA675rtIS07aTPEZLv_v41RjG56aiE7fKK43VejSb4mfgNuYSDPsj_166xuc87prDraCM/pubhtml?gid=1375642388 kan niet worden opgehaald.
DM_ErrorDetailNameCode_UnderlyingHResult:-2147467259
Microsoft.Data.Mashup.ValueError.Detail:Afsluitcode: -532462766 Standaarduitvoer: Standaardfout: Onverwerkte uitzondering: System.IO.FileNotFoundException: Kan bestand of assembly CefSharp.Core.dll of een van de afhankelijkheden hiervan niet laden. Kan opgegeven module niet vinden. bij Microsoft.Mashup.CefHelper.Program.Main(String[] args)
Microsoft.Data.Mashup.ValueError.Reason:DataSource.Error
URI cluster:WABI-EUROPE-NORTH-B-redirect.analysis.windows.net
Activiteits-id:a992a4f7-8be9-4afe-9cf5-5217501f78ae
Aanvraag-id:e71803e8-5f51-44d6-9531-e348f18a553e
Tijd:2020-08-18 05:14:13Z

 

 

 

 

New published Google sheet, other published sheet are still running OK.

On premises data gateway (personal mode) running well.

Deinstalled On premises data gateway standard running on the same machine.

In the PowerBI desktop datarefresh works fine.

 

Error is consistent over the last week with every update, please help.

 

Get refresh history in group

$
0
0

Hello Folks,

I hope you doing well, i'm trying to use this api 

https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/getrefreshhistoryingroup

 

The demo mode rocks ! So it's cool but at the end of the day when i have create the app with all the right needed and when i try to use this api in Power BI i have the message : "Acces forbidden "

 

I have tried to :

Connect with Microsft Credidentials

Connect With Application ID

Connect With Application ID + token

 

I would like to know how to authentifacte for using this Api

 

Thanks a lot,

 

Regards,

DateTime in Published Report shows as UTC

$
0
0

Hello all,

 

I recently noticed an issue with some published PowerBI Reports in various workspaces not showing the correct times. It seems to be happening with reports that have CDS as the data source.

 

The PowerBI Report shows DateTime data in my local time (MDT) on the desktop version of PowerBI and note the "Last Date Refresh" Card showing the local time - I only use the Now() formula.

bogdans_3-1597768571280.png

 

 

Once I publish the PowerBI Report to a workspace, the report will still show the correct timestamps with the local time. But if I refresh the dataset from the workspace, all the times get updated to UTC:

bogdans_2-1597768466367.png

 

How can I solve this issue? It seems to happen only with CDS data when refreshing a published report from the workspace.

 

Thank you.

 

 


Call REST API on the fly, pass information from Power BI Visualization in the request

$
0
0

Hello,

 

There is a need to implement Power BI solution in a complex integration project. Here is the scenario and question - 

PBI.png

 

  1. Data source - NoSQL, with huge data size nearly 1TB. 
  2. Use REST API to search through this dataset. API works excellent to perform wild text search on whole dataset. 
  3. Plan is to use this All Text Seach REST API in Power BI to search and display results in table.
  4. Added custom visual 'Text Search' and a Table visual for search results. 

Questions

  1. Can I pass 'string' from Text Search  visual as a request parameter to REST API, to get the results on the fly for end-users? and display results in the table below. 
  2. Any type of customized connector or visual we can use to fullfil this requirement in Power BI? 

Other thoughts 

  1. There is no point to bring 1TB of data to Power BI to perform this search internally and not using the API. 
  2. There is ODBC connection available with DirectQuery capabilities, but here also we need to configure ODBC which ultimately creates a duplicate of dataset and occupies a lot of space on the on-premise server.

Any suggestions?

 

Thank you.

EmbedToken: combine report permissions in a workspace / dataset

$
0
0

Is there a way to generate a token that allows for creating, viewing and editing reports in a workspace? From what I see online, it looks like we generate

  • a token to allow creation of report
  • another token for editing an existing report
  • another one for viewing the same report

What I am looking for is to specify a dataset id and generate an embed token that allows for creating, editing and viewing ALL reports in the dataset.

Or at the very least it would be useful to generate a token that allows for combining the create, edit and view operations for a single report.

Cloud Refresh: it's not reliable is it?

$
0
0

https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-desktop-file-onedrive

"When you save your changes to the Power BI Desktop file on OneDrive and you don't see those changes in Power BI within an hour or so, it could be because Power BI can't connect to your OneDrive. Try connecting to the file on OneDrive again. If you’re prompted to sign in, make sure you select Keep me signed in. Because Power BI wasn't able to connect to your OneDrive to synchronize with the file, you’ll need to import your file again."

 

My workflow is: publish report via service from get data. I use OneDrive for Business as the source. Some reports have imported data. Others are based on shared datasets. When making changes, I open the pbix from my synced OneDrive folder, edit it, and save it. It syncs to OneDrive for Business within an hour. 

 

At a certain point, the report in the workspace quits updating based on the report in OneDrive. With imported data, I can check the refresh tab, but with reports built on shared datasets, there is no indicator. With reports built on shared datasets, you have to wait to see if the report in the workspace updates to match the revised OneDrive file. 

 

  • the only way to fix a report that stops updating to to get data from the service to get the report again
  • there's no indicator of where the service is looking for the report
  • republishing is a pain because of dependencies on the report: embedded links, etc. 

Couldnt connect to Folder datasource which is using the different credentials

$
0
0

I'm trying to a data source of type folder. In the gateway server, I could map the share drive which I want to access via a different credentials. However, in PowerBI service, when I tried to create the data source with the same credentials I get the below error since its not the Windows credentials.  

Invalid connection credentials.
Underlying error code: -2147467259
Underlying error message: The credentials provided for the Folder source are invalid. 

 

Not sure if there any solution yet.

Connecting to MYSQL as a service in Azure -Getting following Error

$
0
0

We have a report that is using multiple data sources.   One source is MSSQL 2014  sitting on a vm in azure which has the Power BI Gateway installed on it and is working fine.  Our second data source is MYSQL as a service in azure.  We are looking to set this report up on a refresh schedule but are getting the following error.  I am able to connect to all data sources and refresh the report from my desktop.  Once we try and publish it we are getting the following error. 

 

 

Unable to connect: We encountered an error while trying to connect to . Details: "We could not register this data source for any gateway instances within this cluster. Please find more details below about specific errors for each gateway instance."Hide details

Activity ID:98d4b3a3-0072-443f-aa0b-bdd7fa1d95c4
Request ID:74d35165-d774-201e-637b-a10ada10217e
Cluster URI:https://wabi-west-us-redirect.analysis.windows.net/
Status code:400
Error Code:DMTS_PublishDatasourceToClusterErrorCode
Time:Tue Aug 18 2020 13:52:30 GMT-0700 (Pacific Daylight Time)
Service version:13.0.14114.59
Client version:2008.2.02376-train
V12Reports:Unable to connect to the data source undefined.
Underlying error code:-2147467259
Underlying error message:MySQL: We were unable to find a database provider with invariant name 'MySql.Data.MySqlClient'. This error could've been the result of provider-specific client software being required, but missing on this computer. To download client software for this provider, visit the following site and choose the 64-bit (x64) version of, at minimum, 'MySQL Connector/Net': https://go.microsoft.com/fwlink/?LinkId=278885
DM_ErrorDetailNameCode_UnderlyingHResult:-2147467259
Microsoft.Data.Mashup.ValueError.ClientLibraryName:MySQL Connector/Net
Microsoft.Data.Mashup.ValueError.DataSourceKind:MySql
Microsoft.Data.Mashup.ValueError.DataSourcePath:xxx-customapp-xxxxx.mysql.database.azure.com;selection_prod
Microsoft.Data.Mashup.ValueError.download link:https://go.microsoft.com/fwlink/?LinkId=278885
Microsoft.Data.Mashup.ValueError.Reason:DataSource.MissingClientLibrary

 

How do we refresh an MYSQL dataset that lives on SAAS?  You cannot install the gateway.  Is there a different kind of data connector needed.  Thanks for your assistance in advance. 

 

 

Viewing all 62546 articles
Browse latest View live


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