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

Error: PipelineException: Container unexpectedly exited

$
0
0

I have been receiving the below error in power bi service when trying to refresh a dataflow. All connections and credentials are set up properly. Nothing changed in our dataflow overnight. There is very little help in other forums about this. Someone please help. 

Error: PipelineException: Container unexpectedly exited. Exit code: 0xC000012D. PID: 7244 . RootActivityId = 96b0ad47-2ccb-4310-a0ff-a6ab3562b9c5.Param1 = PipelineException: Container unexpectedly exited. Exit code: 0xC000012D. PID: 7244 Request ID: d6ee2d40-3fcd-1db9-971c-fc7c669fce52.


Drilldown not working in PowerBI Service

$
0
0

Hello,

I have a Pie chart visual I quite like.  it has five layers of hierarchy.  In PowerBI Desktop, switching on Drill Mode works a treat, clicking on a data point and the visual drills down.

 PBID.gif

I want this to happen once the report is published to the service but I cant get it to work.  I can right click on the visual and go to the next level, but it doesnt retain selections and is not the experience I want. 

PBIS.gif

How do I fix it so its clickable on the datapoint.  I cant figure it out.

Thanks.

External Users No Longer Have Access

$
0
0

We have a bunch of external users from a partner company who, up until a fortnight ago, were able to access an few apps containing reports. It's slightly outside my sphere of knowledge about what needed to be done, but it was working.

 

Now, however, they're all getting a 'We don't recognise you. Are your credentials correct?' error message with a picture of an owl (or, as my colleague suggested, a fat penguin). It's only people accessing externally (i.e. outside our tenant).

 

As far as I'm concerned, as the person responsible for the Power BI platform, nothing on our end has changed. Has Microsoft snuck through an update that I've been utterly unaware of? If they have, what do I need to do to reinstate peoples' access?

The visual has exceeded the available resources.

$
0
0

Hi team,
Facing the error "The visual has exceeded the available resources" (The visuals are filtered for 2024-Q2 and AMERICAN geography)

sharath_15_0-1719592084941.png

Could someone please help me on this?
been struck with this from past 2 days!!



SFTP Power BI Service

$
0
0

I am trying to create a cloud connection in Power BI Service using the SFTP protocol. However, Power BI Service does not recognize the connection even though it says it is online. The SFTP server is accessible using other tools like WinSCP. Can anyone provide the step-by-step instructions for creating this cloud connection using SFTP? I used the following format for the access address 200.xxx.xx.xx:yyyy/folder/ and I am not sure if it is correct either.

Problem when updating a published semantic model, that is connected to another one.

$
0
0

Hi,

I'm fairly new to Power BI and I've just learned that you can use a published semantic model on another Power BI report you're creating in the desktop app. It worked fine initially, but I encountered a problem when I published it. Although it showed that it was published successfully, it became disconnected.

When I went into Power BI Service, it asked me to set a cloud connection. I set the default "Personal Cloud Connection," but it still showed an error on the gateway side. However, the gateway seems to be working fine since other models are updating normally. Only this test model is giving me an error message.

I've tried creating a connection using both Basic and OAuth 2.0 Authentication, but I still get the same error message.

Am I doing something wrong, or is this just the way it is?



image.pngimage.png

Issue with Pivot Transformation and Incremental Refresh in Power BI service

$
0
0

Hi everyone,

I'm encountering an issue with the incremental refresh in Power BI when using a pivot transformation in Power Query M. Here's the situation:

I have a dataset where I perform some transformations, and as a final step, I apply a pivot transformation to convert rows from one column into columns. When I enable incremental refresh, the update process fails with the following error message: {"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":"There weren't enough elements in the enumeration to complete the operation."}},{"code":"DM_ErrorDetailNameCode_UnderlyingHResult","detail":{"type":1,"value":"-2147467259"}},{"code":"Microsoft.Data.Mashup.ValueError.Detail","detail":{"type":1,"value":"#table({\"Content\", \"Name\", \"Extension\", \"Date accessed\", \"Date modified\", \"Date created\", \"Attributes\", \"Folder Path\"}, {})"}},{"code":"Microsoft.Data.Mashup.ValueError.Reason","detail":{"type":1,"value":"Expression.Error"}}],"exceptionCulprit":1}}}

 

Example power query in M
let
Fonte = Folder.Files("\\10......."),
#"Linhas Filtradas" = Table.SelectRows(Fonte, each [Date modified] >= RangeStart and [Date modified] <= RangeEnd),
#"Arquivos Ocultos Filtrados1" = Table.SelectRows(#"Linhas Filtradas", each [Attributes]?[Hidden]? <> true),
#"Invocar Função Personalizada1" = Table.AddColumn(#"Arquivos Ocultos Filtrados1", "Transformar Arquivo (2)", each #"Transformar Arquivo (2)"([Content])),
#"Colunas Renomeadas1" = Table.RenameColumns(#"Invocar Função Personalizada1", {"Name", "Nome da Origem"}),
#"Outras Colunas Removidas1" = Table.SelectColumns(#"Colunas Renomeadas1", {"Nome da Origem", "Transformar Arquivo (2)"}),
#"Coluna de Tabela Expandida1" = Table.ExpandTableColumn(#"Outras Colunas Removidas1", "Transformar Arquivo (2)", Table.ColumnNames(#"Transformar Arquivo (2)"(#"Arquivo de Amostra (2)"))),
#"Tipo Alterado" = Table.TransformColumnTypes(#"Coluna de Tabela Expandida1",{{"Nome da Origem", type text}, {"Data", type date}, {"praza", Int64.Type}, {"numero_domicilio", Int64.Type}, {"tv_domicilio", Int64.Type}, {"id_parametro", Int64.Type}, {"conteudo_parametro", type text}}),
#"Coluna em pivô" = Table.Pivot(Table.TransformColumnTypes(#"Tipo Alterado", {{"id_parametro", type text}}, "pt-BR"), List.Distinct(Table.TransformColumnTypes(#"Tipo Alterado", {{"id_parametro", type text}}, "pt-BR")[id_parametro]), "id_parametro", "conteudo_parametro")
in
#"Coluna em pivô"

 

image incremental refresh configuration

leandross89_0-1719594770722.png

 


Data to import in power bi (Pivot is between id_parametro and conteudo_parametro, being id_parametro transformed in collumns)

Data,praza,number,extension,id_parametro,conteudo_parametro
2024-03-02,11,100002,0,1996,default
2024-03-02,11,100002,0,1997,default
2024-03-02,11,100002,0,1987,0
2024-03-02,11,100002,0,1990,default
2024-03-02,11,100002,0,1977,internet.movistar.com.co
2024-03-02,11,100002,0,1983,1
2024-03-02,11,100002,0,1986,1
2024-03-02,11,100002,0,1991,default
2024-03-02,11,100002,0,1978,default.apn.com.br
2024-03-02,11,100002,0,1981,"12,15"
2024-03-02,11,100002,0,1982,"3,15"
2024-03-02,11,100002,1,1981,"3,15"
2024-03-02,11,100002,1,1982,"3,15"
2024-03-02,11,100002,1,1977,apn.default.com.br
2024-03-02,11,100002,1,1978,default.apn.com.br
2024-03-02,11,100002,1,1997,default
2024-03-02,11,100002,1,1987,0
2024-03-02,11,100002,1,1990,default
2024-03-02,11,100002,1,1991,default
2024-03-02,11,100002,1,1996,default
2024-03-02,11,100002,1,1983,0
2024-03-02,11,100002,1,1986,1
2024-03-02,11,100003,0,1983,1
2024-03-02,11,100003,0,1986,1
2024-03-02,11,100003,0,1996,comcelweb
2024-03-02,11,100003,0,1997,default
2024-03-02,11,100003,0,1978,default.apn.com.br
2024-03-02,11,100003,0,1981,"12,15"
2024-03-02,11,100003,0,1982,"3,15"
2024-03-02,11,100003,0,1977,internet.comcel.com.co
2024-03-02,11,100003,0,1991,default
2024-03-02,11,100003,0,1987,0
2024-03-02,11,100003,0,1990,comcelweb
2024-03-02,11,100003,1,1987,0
2024-03-02,11,100003,1,1990,default
2024-03-02,11,100003,1,1981,"12,15"
2024-03-02,11,100003,1,1982,"3,15"
2024-03-02,11,100003,1,1983,0
2024-03-02,11,100003,1,1986,1
2024-03-02,11,100003,1,1997,default
2024-03-02,11,100003,1,1991,default
2024-03-02,11,100003,1,1996,default
2024-03-02,11,100003,1,1977,internet.movistar.com.co
2024-03-02,11,100003,1,1978,default.apn.com.br
2024-03-02,11,100004,0,1977,m2mco.tigo.com
2024-03-02,11,100004,0,1978,default.apn.com.br
2024-03-02,11,100004,0,1983,1
2024-03-02,11,100004,0,1986,1
2024-03-02,11,100004,0,1987,0
2024-03-02,11,100004,0,1990,default
2024-03-02,11,100004,0,1981,"12,15"
2024-03-02,11,100004,0,1982,"3,15"
2024-03-02,11,100004,0,1991,default
2024-03-02,11,100004,0,1996,default
2024-03-02,11,100004,0,1997,default


The issue happened on the power bi service at the time of update, on desktop updated correctly. My data imported has modified date as currently day.

leandross89_1-1719594821885.png

 

How to make multiple clustered column more captivating to see

$
0
0

Hi guys,

 

I want to have display using Clustered column chart with the small multiple. This is divided again by some category. But there are few value in my category is so small, value of 1.

 

May I get an idea, how to make the chart more compelling to see. As below:

VoltesDev_0-1719650807843.png

The data value depicted on the left, while I want to have the one on the right.

If you see, under sentiment "Mixed", the values are "1".... which not making so much view.

 

Is there anything I can do, to make the chart more compelling to see ?

 

Thanks.

 


Power BI - DatFlow refresh blocked

$
0
0

Hi everyone, I have a DataFlow on power BI with scheduled refresh that is not working anymore. in particular when i stat a maual refresh it seems to start and after one minute failed but without giving an error. I tried to access with api again and it seems ok.

it is stucked on the 26/6/2024 7:00 and also the scheduled refresh are blocked- at the next one at 26/6/2024 11:00.

 

any suggestions? we also try to give the "take over" to another team memeber and enter the dataflow credential for the data and we had the same issue. evreything seems ok but when you try to refresh , it does not start and it is not giving a warining signal.

 

thank you in advance.

Ludo

Unable to use Fabric services in workspace with Fabric Capacity

$
0
0

When attempting to create a Dataflow Gen 2, Datapipeline, Lakehouse, etc. in a workspace assigned to a Fabric Capacity (F2), I receive the popup "Upgrade to a paid Microsoft Fabric capacity."

 

 

 

chessboards5150_0-1719709435552.png

chessboards5150_2-1719709851762.png

 

 

Workspace setting screenshot displaying License info:

 

chessboards5150_1-1719709513135.png

 

I am the sole user/owner/admin of the tenant with assignment in IAM of the Fabric capacity setup in Azure. Of similar examples I've found available on forums/other sources, none of the proposed solutions have worked. Any assistance would be greatly appreciated!

 

 

 

 

SSO in embedded report with user access restrictions

$
0
0

Requirement:

I need to create a dashboard with  access restrictions (RLS) embedded in other website..

1. How do I create a embedded report with access restrictions with SSO.. 

2. Do I need a Power BI account for each user(viewer) in this case or a Microsoft office account is enough 

Automatically refresh powerbi service page without human intervention

$
0
0

Hello, i have a report on power bi service. I want to dispay it on a screen, on a wall so that the production service could watch the screen with the data update without human intervention. I tried microsoft screen cloud but this one refreshs the page with 5 min interval but i need 1 second. I tried power automate but i still face issues. I heard that with microsoft fabric you can automatically refresh a web powerbi service page without human intervention. Does anybody knows how it works? Thanks for your help.

how to adjust dashboard size?

$
0
0

I want to ask if I made the size of dashboard in PowerBI desktop custom and when I publish it online. It looks very big and couldnt fit the screen but the thing is if I decrease the size my visual wont fit how to fix this?

importing New data source

$
0
0

HI,

 

I have uploaded an excel file and created a report on Powerbi online.

Now I have added two more sheets to the excel file.

How do I make the report see these two worksheets as well as part of the data source.

 

If i upload the file to a new report, I can slect all three worksheets as my data files, but I already have existing data in teh report and do not want to ercreate the data in the report into a new report.

 

Is there anyways I can make powerbi online see the new worksheets?

Microsoft Fabric REST API Auth as Service Principal

$
0
0

Hey all, 

 

I'm having some issue trying to use Microsoft Fabric REST APIs authenticating via Service Principal auth, however, it is returning an error sayin that Service Principals is not supported. I know that there was a message on the REST API page in the documentation saying that, however the message has been removed. Does anyone knows if this limitation has been removed or if still ?

 

Thanks


undefined

$
0
0

Hi I wanted to use Fabric in Power BI by running the Fabric capacity in Azure. When I click the Power BI icon, I can only see Power BI and Data Activator. I cannot see Synapse Data Engineering, Synapse Data Science, Data Factory etc. What to do regarding this?

How to correctly ask Power BI Narrative Q & A ?

$
0
0

Hi friends,

 

When I have this kind of data :

VoltesDev_0-1719770231894.png

 

How to ask if I want to know how many percentage of the "Count of title" Entertainment, compare to all ?

For example, to know which category, after trying several way of asking, finally I have the result with this question : "categorywhichhasthemostCountoftitle"

 

But seems I cannot get how to ask wha the percentage in compare to the total (350). For example, if I try something like this :

"%oftotaltitleofcategoryEntertaintment (category)toalltitle", it is giving me the total 103 instead.

 

Thanks,

 

 

Salesforce and power bi

$
0
0

Hello 

is it necessary to have a power bi embedded license with capacity to incorporate a power bi report into saleforce 

or a simple power bi pro is sufficient to do it ?

what are the prerequis to do it ?

thank you in advance for your help 

sli 

 

RLS with Direct Query

$
0
0

Hello All,

We are migrating from import mode to direct query mode and would like to implement the same RLS we have in import mode. Unfortunately, our RLS uses LOOKUPVALUE function which is not supported in direct query. Here is our current RLS expression.

[V] = LOOKUPVALUE(
           'Sec'[V],
           'Sec'[User],USERPRINCIPALNAME(),
       'Sec'[V],'DIM'[V]
         )
||
[PC] = LOOKUPVALUE(
           'Sec'[PC],
           'Sec'[User],USERPRINCIPALNAME(),
       'Sec'[PC],'DIM'[PC])
 
Single user can have multiple V's or PC's. I have tried multiple things but it is not working as expected. Could you please help me with this?

Establishing Row Level Security on SSAS Model connecting via Custom Data (Service Account email)

$
0
0

I am trying to establish a row level security for few users on an SSAS model that is connecting via OnPrem gateway. I am using Power BI Service which connecting to the SSAS model via a Service account credential. The Service account is set up with a Custom data user name set up. Using the effective user name set up returns a data source error and hence we have to pass the service account email as custom data to successfully extract the data from SSAS.

Can a RLS be established using the custom data set up?

Viewing all 61630 articles
Browse latest View live


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