Power BI Support

Search

Re: Dynamic union queries based on list of DB names

Hi @Shamatix , You are awesome! 👍 👍 👍 If it is convenient, could you please share your solution(exclude the sensitive info) here? It will help the others a lot in the community...

Re: Identify new clients based on client ID and date

Thanks! That helps a lot!    Do you know if there's any way to tie end and start of month to a dynamic slicer instead of to Today?   Thanks again! This was a great help!

Re: How to use Userprincipalname() in column?

Hi @Davidu , This function is not supported in calculated tables/columns. It may be only used in Measures.   Best regards, Community Support Team_Binbin Yu If this post ...

Re: How to calculate percentage

hi @Odada  how are [Unresoved] and [Total conflict added] are defined?

Re: Issue with adding a new column in PowerBI Dataflow - Status changed to: Delivered

Hi @saileshdhital ,   According to the information you provided, “When I set the Column header as blank ” this is not allowed in Power BI. When you try to do this, it pops u...

Extract text inside quotes

Hello everyone, I am trying to figure out how to extract the text that is enclosed within certain characters. Specifically, I would like to extract the name. Thank you for your help.   ...

Re: Token Then expected error

Hi @mbiyyam ,   Please update the code as below:   =if List.Contains({"GAB", "DAB", "PAB"}, [P_LOC]) then "BBB" else if List.Contains({"GGG", "AGG", "BBB"}, [P_LOC]) ...

Re: Token Then error esperado

@mbiyyam , Actualice el código de la siguiente manera: =if List.Contains({"GAB", "DAB", "PAB"}, [P_LOC]) then "BBB" else if List.Contains({"GGG", "AGG", "BBB"}, [P_LOC]) then "MMM" el...

Re: Difference in Values

@amandabus21   

Re: ¿Ayuda con visual que se basa en un tipo de filtro?

@matokt Puede crear una tabla P. ej.. Luego póngalo en una rebanadora. A continuación, cree una medida. P. ej.. Inaktiv = VAR _LastDate = MAX('sub_info'[Senast aktiv]) + 0...

Re: I can't see the data in the report from direct query

Hi @marijose29 , I want to confirm something with you: 1. Where is the PostgresSQL ? is on-premises? 2. The data you can see is from Power BI Dataset ? 3. Do you have cofigured the ...

Columna personalizada de Power Query para contar cadenas de más de 6 caracteres de longitud

Hola gente, espero que alguien pueda ayudar. Tengo una columna con un gran número de palabras en cada fila, y me gustaría crear una columna personalizada para contar las instancias de palabras en cad...

Re: Problemas de memoria en PowerBI -¿Tiene problemas que no está seguro de cómo solucionarlo?

@shreep1 Aparentemente, esta fusión está produciendo una gran cantidad de filas que da como resultado un tamaño de datos mayor que la RAM asignada. En la mayoría de los casos, este tipo de trans...

Re: Finding break time in HH:mm between working days of employees from facerecognition timestamp(in&

Dear @tamerj1    Thank you for your support it means a lot to me ^^. I am compelled for your support and expertise!   I have tried out proposed the DAX code. But I think I ne...

Re: Meas in tbl1 w only dates to get count in disconnected tbl where tbl1 date is between 2 tbl 2 da

@mohassan99 , Are you looking for Open issues ?   A similar one can help Power BI HR Active Employee Tenure Bucketing, and Hired, Terminated, and Active employees: https://youtu.be/fvgcx8Q...

Re: Meas en tbl1 w solo fechas para obtener cuenta en tbl desconectado donde tbl1 fecha está entre 2 tbl 2 da

@mohassan99 , ¿Está buscando temas abiertos? Uno similar puede ayudar Power BI HR Active Employee Tenure Bucketing, y empleados contratados, despedidos y activos: https://youtu.be/fvgcx8QLqZU...

Re: Mostrar filas que NO están en los resultados de tablas vinculadas

@russellj , ¿Cómo se establecen las relaciones? ¿Cuáles son las cardinalidades y las direcciones del filtro cruzado? A continuación se muestra mi muestra. Se muestran Ma...

Re: cómo usar los campos Registros sin expandirlo

@moatazelshafei , ¿Cómo quieres usarlo? Para los registros, puede utilizar los nombres de columna para profundizar en los valores del registro. Así. [Column1][a] También puede ...

Re: Change Date format to MM-dd-yyyy from mixed datatypes in Attribute column

Hi, @Sejal    After testing, the date and text column format in the same column will be unified as Text. You can format dates, but text cannot coexist.  Unfortunately, th...

Re: Cálculo de horas extras pagadas y no pagadas

@mo1988 ¿Puede proporcionar el resultado de la matriz visual u otros datos de muestra, Es el " [TotalHours]" una medida? ¿Qué función tuviste? ¡Saludos! Yolo Zhu Si esta publicación ayuda...

Re: Error while refreshing data

HI @alpha_123, Current power query table field does not support store multiple type of values in the same field at the same time. Have you check the source data to confirm if any excepted stri...

Re: Help with my dax

My bad, "There is no active relationship". so that couldnt use "related" function.   I am looking for a solution for fields that are both created as a calculated column in Power bi and fields ...

Combine data

Currently my data are being stored as 2 seperate line as sample below.   How can I move the ID from row2 to new column so that it become single line?   Thank you.    

Re: Transformación para este tipo de tabla

@chinaik123 Puedes hacer lo mismo decir A continuación, puede dividir la columna para obtener el año y el mes Por favor, vea el archivo adjunto a continuación

How do I sort the breakdown in Waterfall chart in PBI based on Months and not on values?

I have added Start and End Bar using switch conditions and the breakdowns are dynamic (Can't be fixed in Switch statement). I want the breakdowns to be ordered based on Month order not on increasing ...