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

PowerBI services Refresh button is not working

$
0
0

Hi all,

we have about 20 Dashboards and 3 workspaces, I just discoved that refresh now button stop working. If I click on this button then - appear preparing for refresh and then the circle doesn't spin and the whole thing falls. I have tried re-publish the reports, sign out and sign in and nothing helped. This is very serious issue, can somebody help please?

It has been working for 2 year without any issue....


Power BI Service Refresh Not working

$
0
0

Hi Guys,

Something weird is happening none of my Power BI reports in the Service are refreshing, not the schedule refreshes neither the refresh I am manually triggering. The desktop works perfectly fine. I am not even getting any errors. I have not made any changes . Is someone having the same problem or if you guys have a fix please let me know I will really appreciate it.

Report Builder expand table horizontally when get to end of page

$
0
0

I am running into an issue with getting a table to expand horizontally instead of vertically in Report Builder. I have a 12 tables and they have either 2 or 3 columns each. Currently I have the tables expand vertically when more data is added so they run onto multiple pages. I have just been asked to make the tables be broken down so some tables will have their own page.

 

The goal is to be able to make those tables expand horizontally across the page once they reach the bottom of the page. 

 

Currently the table is like this:                                                                      The goal will be like this:

Person 1 | 123                                                                              Person 1 | 123           Person 4 | 456              Person 7 | 789

Person 2 | 234                                                                              Person 2 | 234           Person 5 | 567              Person 8 | 890

Person 3 | 345                                                                              Person 3 | 345           Person 6 | 678

Person 4 | 456                                                                                                        

Person 5 | 567                                                                                                             

Person 6 | 678                                                                                                                                                                              

Person 7 | 789                                                                                                         

Person 8 | 890                                   

 

Any help is appreciated!

 

Power bi service - Workspace App not showing recently added dashboard

$
0
0

Hi everyone,

 

today I published a dashboard, and added it to workspace app, unhide the dashboard and updated the app. But, it is not showing up on app! Does anyone know whats going on? 

image 1: App setup:

pbi service app set up page.PNG 

 

image 2:

updated app page: doesn't show PPR (6+6) july 2024 dashboard

pbi service app page.PNG

 

Any help would be much appreciated. 

 

thank you

Semantic Model Not refreshing

$
0
0

Hi,

 

The semantic models stop refresihing today after 10.30 a.m.

Schedules, on demand, nothing works. 

We have updated to the last version of the gateway and restarted the server.

 

Is there any problem with the power bi service?

Regards

Fabric Power BI vs Power BI Desktop

$
0
0

can i use fabric power bi to create advanced reports like power bi desktop?

Unable to Refresh in Power BI Service and Publish to Replace Existing Reports

$
0
0

Has anyone encountered this today? Im trying to refresh reports thru Power BI Service. After clicking the "Refresh" button in the Power BI Service, the prompt will say report is refreshing but the loading icon near the "Refreshed" date will not appear and even after waiting for 30mins, the report will not refresh.

 

I tried manually publishing the same report thru Power BI Desktop but it gets stuck in the Publishing Popup. I waited for 2hrs and had to cancel the publishing screen to get control back.

 

Can any one help on this?

Report Power BI on Totem all week

$
0
0

Good afternoon, I need help because I want to show from Monday to Friday in a computer or totem two reports.
The problem I have is that I get unlogged between 24-48 hours, is there any kind of solution for this?
I see these reports on the web.


Power BI Report Still Connecting to Development SQL Server Instead of Test SQL Server

$
0
0

We are facing an issue where our Power BI report in the Test workspace is connecting to the development SQL Server database instead of the intended test SQL Server database. We deploying report from Development to Test workspace by using the deployment pipeline. We provide the Test datasource detail in deployment rules as well.

 

Specifically, we suspect that the connection information (including the database name and credentials) might be stored within the Power BI report itself, particularly as we are using DirectQuery mode or Import mode with a gateway.

 

Could someone advise on how to ensure that the Power BI report correctly connects to the test SQL Server database when we using we are using DirectQuery mode or Import mode for the data load? 

 

Thank you.

How to enable and use Copilot Dashboards with PowerBI, and OneLake Issue

$
0
0

Hi, first,I would like to know please , how can I enable Copilot step-by-step and create Dashboards with PowerBI and Fabric Pro Trial,and  also I am not being able to see and use the sample OneLake Datasets,how to view all OneLake Sample Datasets? Thank you,Regards.OneLake IssueOneLake IssueCopilot IssueCopilot Issue

 

 

 

RLS - DAX/Structural doubt - How to properly implement this RLS Role?

$
0
0

Hello,

I'm importing an Excel file to my PBIX, to implement RLS. The idea is GlobalUsers like 3 and 4 (belonging to ICC_GI and ICC_GR AD groups) to  have access toeverything, while SpecificUsers (from ICC_G1 AD Group) like 1 can only have access to India/CT1 and KL/CT1 and user 2 like China/CT1 and Singapore/CT2.

 

RicardoV2_1-1719941419456.png

 

The resulting table is called UserPermissions, and it is connected to factual factResults through the sk/fk_Location_CTs
(Relationship is n:n, as keys will be repeated, but direction is offcourse from UserPermissions to the factual)

So, for the implementation of the role I'm using the following DAX, which is working correctly for ICC_G1 users with specific access, 
but for the ICC_GI and ICC_GR users it isn't working 100% as I would like. I've noticed that, for these GlobalUsers, all the existing specific relationships are made available, which in this case would mean that GlobalUsers will have access India/CT1, KL/CT1, China/CT1 and Singapore/CT2. This for me might create a problem if a combination of Location and Campaign Type exists only on the factual (because UserPermissions are still being constructed on Excel 😞 ), GlobalUsers can't get access to these entries.

So, though understanding what I ask is questionable (as well as having a fact table without all relationships to dim UserPermissions in place), I ask is if it's possible to simply make all factResult entries available to GlobalUsers?

 

 

VAR CurrentUser = USERPRINCIPALNAME() RETURN IF( LOOKUPVALUE(UserPermissions[AD Group], UserPermissions[User], CurrentUser) IN {"ICC_GI", "ICC_GR"}, TRUE(), IF( LOOKUPVALUE(UserPermissions[AD Group], UserPermissions[User], CurrentUser) = "ICC_G1" && UserPermissions[User] = CurrentUser, TRUE(), FALSE() ) )

 

 

RicardoV2_2-1719942396911.png

Thanks in advance

Power BI Dataset - Model Swap

$
0
0

I have a series of reports that are connected to a power bi semantic model located on the power bi server.

 

I need to update these reports to all point at a different power bi semantic model with the same schema of the underlying data. I am hoping to be able to accomplish this without needing to manually rebuild the visuals in the reports, but just swap datasets. Is there a way to do this with this setup?

External User Admins are unable to Manage Access

$
0
0

We have some contractors who are doing report development work for us and are trying to create and manage access to a workspace. They both have Pro licenses assigned by our Org, and can create a new workspace just fine but they are unable to assign access to the new workspace through the "Manage Access" option:

clayskinner_0-1719949992084.png

 

Both of the contractors have the Admin role on the workspace, but when they go to "add people or groups" thay are unable to search for any users that exist in our tenant or add new users via email. When I do this as an internal user, I can search for a name or enter an email and choose from a list of users in our AD, but for the contractors it either comes up with empty results when searching a name, or it will say "You can't use invalid or duplicate emails" if they try to enter an email address.

 

Are there limitations on what actions External users can perform even if they have the Admin role on a workspace?

 

Export list of Tenant settings

$
0
0

Hi folks, 
is there a way to export all Power BI tenant settings to Excel or Word?

 

How to minimize GIS menu on Power Bi

$
0
0

Hello,

Does anyone know how to minimize the GIS menu on Power Bi? When on my Power Bi workspace, I go to my GIS map and click the hamburger menu icon, which minimizes the menu. But, after I validate the data and publish the embed code to our website, the full menu appears on the map so the public can see it as well... all while the menu in the Power Bi workspace remains minimized. Image attached. 

 

Any ideas on how to minimize the menu? I didn't have this issue before the recent update. 

 

Capture2.PNG


VNET Gateway for Embedded (EM) Capacity

Create App button missing

$
0
0

I've created an App and now I'd like to create another (within the same workspace).  I don't see the Create an App button in the workspace.  Why?

Clear Selections Button on One Slicer

$
0
0

The "Clear Selections" button on the slicer is too dark for the background. I didn't see any way to change it's color.

 

Is there any way to create a button that clears the selections of this slicer? I know there is a "Clear All Slicers" button, but I'm looking for a way to clear the selections in just one slicer.

elangoldman_0-1719953599750.png

 

Remove drill up/include/exclude

$
0
0

There are posts about this but I'm wondering if anyone has found a fix, as it it confusing end users and making a mess of the report! I want to keep show as table, but remove 'drill up' , 'include' and 'exclude'. Anyone?

 

charlotterose_2-1719953884745.png

 

Ghost Rows in Power BI Report from Direct Lake Semantic Model

$
0
0

This is the really odd.  We are seeing what appears to be Ghost records from historical delta changes in our results. 

 

We intentionally created a Many to Many relationship in our star schema to join dim_gaap_mapping to fact_ledger as seen in the semantic model diagram below.  We have default filters in our measures that prevent a cartesian product, but that is not the problem.  The problem is that ghost records from fact_ledger are returned that appear to be from historical delta values, like it is doing time travel.  The only thing we can think of, is that there is a bug with a many to many relationship in direct lake mode that exposes older delta records (ghosts) to be rendered in Power BI.  Has anyone else seen this?

 

Semantic Model (single dim_gaap_mapping filters fact_ledger)

semantic ghost.PNG

As you can see from the screenshot below, the correct value of 6,675.23 is presented when there is no slicer filter on “gaap”.

good amount.PNG

Once you click the slicer to choose a “gaap” up come the ghost records.  Note: These records do not appear on fact_ledger is you query the sql endpoint, only in Power BI.  There should only be one record, but you can see from row_update_dttm that is is showing the state of the ledger rows each time it was updated.  No me gusta.

ghost amounts.PNG

 

Note: The many to many relationship works on a .pbix semantic model imported to the vertipaq.  It doesn’t work on a Direct Lake Semantic model to our lakehouse which further points to a bug in delta tables on the direct lake semantic model.

 

Note: A “gaap” row will have many “book_codes”.  Example: “US GAAP” has book_code B and U.  “Local GAAP” has book_code B and L.

 

We are only interested in resolving the defect.  So please only post replies specific to the delta table ghost record issue and not for a work around.  We have a work around.  We want to ensure we understand what is happening here so we don't expose this in other models.  Thanks!!

Viewing all 62151 articles
Browse latest View live


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