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

Pbi sign up issue

$
0
0
Hi,

Is there a way to sign up to power bi service without a work email? My company has blocked access and won’t allow sign up, so is there another to sign up to pbi service without email address.

Increamental Refresh -Duplicating data after scheduled refresh

$
0
0

Hi Folks,

 

I have observed one issue after implementing Incremental refresh in Power BI. As we set up Date range to fetch new /updated record as per dynamic parameter for incremental load.

As this setting should load the new data as it does in OLTP systems.eg.

if I have set the date range for incremental to 7 days,then it should update the if it finds any new record or should update the existing one if there are an changes .But when report is published to the service with incremental refresh,It DUPLICATES the data,for 7 days.

 

Has anyone come across such issue?

 

Thank you in advance

 

Filter on dashboard level on several reports

$
0
0

We're having several databases from different sources, but every database contains at least the project number.

On each database we've created a report.

 

Now we combine those reports together in a dashboard.
Is it possible to filter on dashboard level on the project number, and so that all reports are filtered on that project number?

 

If not, what are the suggestions/workaround to filter on a high level on the project number in all reports/datasources, without creating one big datamodel of all those sources?

Error 400 (Bad request) if publishing a report with incremental refresh field

Creating Powershell to run a push data set over SQL DB

$
0
0

I have created a push dataset for real time data straming in Power BI Service

 

Using the how to guides Im creating Powershell to run it.

 

However Im getting errors so if anyone knows Powershell and can see what Im doing wrong....

 

Its when I create the query variable

 

$query = '
CREATE @TableName Varchar(200) = ('dim.Realtimedatatestingcustomer');
DECLARE @MaxUpdateDate DateTime = (SELECT MAX(UpdateDate) FROM [dim].[RealTimedatatestingcustomerDE]);
DECLARE @OldUpdateDate DateTime = (SELECT ISNULL([UpdateDate],0) FROM audit.RealTimeDataAudit WHERE TableName = @TableName);


UPDATE audit.RealTimeDataAudit
SET [UpdateDate] = @MaxUpdateDate
WHERE TableName = @TableName;

SELECT [CustKey], [Name], [UpdateDate] FROM [dim].[RealTimedatatestingcustomerDE]
WHERE [UpdateDate] = @MaxUpdateDate; '

 

Essentially it seems to be the where part thats causing problems

 

At line:20 char:38
+ ... CREATE @TableName Varchar(200) = ('dim.Realtimedatatestingcustomer');
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Unexpected token 'dim.Realtimedatatestingcustomer');

 

Ive tried adding it without () and I got the same error

I tried adding it  "dim.Realtimedatatestingcustomer" but that gives you a SQL error

 

Basically Im not sure how to add a Where = '' in the Powershell

 

Any advice would be gratefully recieved

 

 

duplicate power BI 'my workspace' permission to another workspace.

$
0
0

Hi community,

I have created a new workspace with the intention to publish all existing report in 'My workspace' to this new shared workspace. However there are hundred of user permission already granted access to the reports in 'My workspace'. How can i easily duplicate or clone the existing 'My workspace' report permissions to this new shared workspace...?

Thank you.

Market share in hierarchy

$
0
0

Hello, 

 

I have a thousand product in hierarchy something like this: 

 

Category
Subcategory
Manufacturer
Brand 
Subbrand
Product 

I would like to calculate market share (%) what based always on the Subcategory, so subcategory is the 100% in all level. For example the product market share has to be the proportionate % of the Subcategory. Subbrand, Brand and Manufacturer is the same situation like product. After I have to show this market shares in matrix. The rows contains the product hierarchy and the only column contains the market share in %. 

 

Can anybody help me with the calculation? 

 

Thank you, 

Anett 

Create an alert when a specific part number (or numbers) appears in a table visual in Power BI.

$
0
0

Hello, I am trying to set up an alert for the following scenario.  Currently I have a visual set up in Power BI that tracks the RFQs coming in.  The visual provides various details about the request including customer name, part number, quantity, requested sell price, etc.  I have been provided with a list of 18 'preferred' part numbers that are considered 'Priority' part numbers and need to be able to provide an alert when a new RFQ appears on the visual that includes one of the 18 parts. 

 

I have seen many things on the web about alerts based on cards, KPIs, etc.,  but none that are specifically able to notify based on the addition of content from a list. I thought about using MS Power Automate (Flow) if Power BI cannot address.  Any guidance or direction would be helpful to this novice Power BI user.


Analyze in Excel Download Not Working but Excel Ribbon Does

$
0
0

I wanted to do an Analyze in Excel in Power BI. Under the Data Set I select Analyse in Excel and am prompted to download and .ODC file.  I am prompted to open it in MS Excel (running Firefox). I select to open in Excel I get a blank workbook (not even gridlines) with a yellow bar proompting me to enable editing. I do this and have nothing else. No Pivot Table etc.

 

I then installed the Powr BI publisher (Ribbon Bar). I signin to Power BI though Excel, connect to my data set and am presenting with options to make a pivot table. 

 

Why is the first option not working but the 2nd one is? What am I doing wrong?

 

Prevoiusly i had updated Excel with the Analysize in Excel updates.

 

thanks for the info and any ideas

 

Alan

 

 

Getting list of all workspaces in an organization and its admins/members.

$
0
0

Hi,

 

I am trying to get a list of all workspaces in my organization and the admins/members of each workspace.

 

Are there anyway to get this?

 

Thanks!

Pin Live Page doesn't honor the "active" bookmark

$
0
0

I have a report page that contains 3 bookmark buttons, each of which shows and hides visuals on the page itself. I understand that the bookmark buttons won't work within the "live page", so I tried to pin 3 different live pages, each with a different bookmark activated (i.e. different visuals visible).  However, only the "default" bookmark (the one active when I published the report) shows in the live page, no matter which bookmark is active at the time I pin it.

 

Is there a way to force the live page in using only the visible visuals at the time of the pin?

 

Thanks

David

SSMS (400) Bad Request error attempting connect to premium capacity dataset

$
0
0

I'm trying to connect to data in a Premium Capacity workspace from SQL Server Management Studion v18.4

 

  1. I get the workspace connection from Workspace Settings
  2. choose login with Azure Active Directory - Universal with MFA (I get prompted for my corporate federated login, which succeeds)
  3. am returned a (400) Bad Request error.

Any ideas or cause or remediation?

image.pngimage.pngimage.png

 

data source connection

$
0
0

Hi All,

I have been unable to do dataset refresh in power bi service when my data source is Azure Devops beta (kanban board) where i face the invalid credentials error at oauth2 authentication. i tried connecting the report by Odata feed, but the problem I face is i dont see the data like workItems, tasks, stories in the Tables. Is there any other solution I can try where i can see all the history  and current data at my kanban board. 

 

thanks in advance,

Regards,

Memory Error while refreshing the dataset in Power BI Service

$
0
0

Is there any way to resolve this issue apart from increasing the capacity memory storage.

 

How can I optimize the data? 

 

Error.JPG

Right click - no drillthrough option shown on Matrix table after publish, but works in Desktop.

$
0
0

Hi Everyone,

 

I tried to read couple posts but still haven't figure it out. Please help. Thank you!!

 

I have a summary tab and detail tab,   in the detial tab, I select "on" in "Keep all fitlers" under Drillthrough section, and put Collector/Manager fields under it.  The drill through fuction works perfectly in desktop, but after I publish it to the workspace ( as a report and APP),  then I right clik on the collector/manager name in the summary tab, it won't show any action options (Drill through, export, inlcude,exclude,etc.)  in the matrix table format, but it still works in the normal table set up.  Did i missing something here ?  

 

Any help is well appreciated! 

Thank you,

Flora

 

Capture.JPG

 

 

 

PBI service account switch Issue

$
0
0

Why PBI turns to original account after I use anthoer account to log on even the original's had been log off... I log off the old account and restart the PBI service then use anther new account for log on according to the webpage's selection , but after the webpage works,  it still turns to my original account for login... How can I do?

Power BI to SuccessFactors integration

$
0
0

Hi All,

I am trying to connect to SuccessFactors using ODATAFeed. I use the below URL to connect to SF but it gives me error .

 

https://api4preview.sapsf.com/odata/v2/User

 

1n.PNG

 

Can someone please suggest if I am using the right URL.

 

Thanks

Poojitha

 

Introducing the Power BI Activity Log

$
0
0

Hello, Power BI experts, I see the the annoucement that we can get the Power BI Activity log:

https://powerbi.microsoft.com/en-us/blog/the-power-bi-activity-log-makes-it-easy-to-download-activity-data-for-custom-usage-reporting/

 

I have a question for how to call the REST API:

As my understanding, if with Powershell to run script we need to login to Power BI first, but when call the REST API, we don't need to login? And just call below API then works?

https://api.powerbi.com/v1.0/myorg/admin/activityevents?startDateTime='2019-08-31T00:00:00'&endDateTime='2019-08-31T23:59:59'

 

Thanks.

Impossible to see on premise gateway when using different data source

$
0
0
Dear power bi team,

Hope you can help me with my issue.
First if all, i'm not an IT guys but just a user who try to guide our IT team who are curently stuck.
My issue is that when I publish a report online, the dataset don't find the on premise gateway.
The dataset combine 2 differents data source. One is an Service Analysis SQL Serveur and the second is a simple Excel files.
When i create a report using only one the previous data source, their gateway works fine.
I have also try to locate the excel files online in my onedrive, in place if using a différent gateway than SASS, but still not working.
The gateway administrator has active the buton relate to online data combinaison.
So i really don't understand which step is missing to get this online report alive.

Of course when i use Power bi desktop, everything works fine, but the refresh is manual and only visible by me.

Thanks by advance for your input and help on my case.
Best regards,
Arnaud

Export table without drilldown

$
0
0

I want to export a table which have differnt levels but i want to export the table at the level i use export option.  

Capture.PNG

like i want to export this table in excel but it is exporting whole table with drilling inside values.

please help.

Viewing all 62283 articles
Browse latest View live


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