Power BI Support

Search

Re: ¿Cómo detectar el cambio de categoría de un cliente?

@regazze1 , Si el consejo dado por @jgeddes ha resuelto su confusión, si el problema se ha resuelto, puede marcar la respuesta para la respuesta estándar para ayudar a los otros miembros a enc...

Re: Need help, on Count if row value repeats, Count number of times value repeats in column

@Harshi_bi  If by "retrieve" you mean you want to keep the row with the non-blank extension id and discard the other, you can just sort by request id, plant and extension id  in desc...

Re: Calculate date filter

Hi @lukaszEltwin1 ,   Please try this measure:   (Try PARALLELPERIOD(TJob[Dato],-1,MONTH) instead of PREVIOUSMONTH(TJob[Dato]))   PrevMonth = CALCULATE(SUMX(Sale...

Re: Resultado de la fórmula según el filtro de mes seleccionado

@bolfri He agregado la palabra Calcular según lo siguiente y parece que funciona ... ¿Es eso lógico? ACV promedio = PROMEDIOX ( DISTINTO ( 'Datos de P&L' [Mes] ), calcular ...

Adding row in query from different table

Hi, These 2 products located in LSF table. I woud like to add these rows into ZD83 table. But these 2 products (in LSF) have no correspondant in ZD83 table. Even column names...

Slicer Setting limit the matrix?

Hi All, I have touched the power BI almost 1month,and it's really funny and stimulate creativity by the DAX and matrix combined.   Recently,I just meet a problem,and solved that by YT ...

Limit Direct Query data with dynamic filter

Dear Power BI Experts, I have connected my power BI desktop with Teradata (data source). It is huge database and there are some rules where power BI cannot read full table so, I have to limit data w...

Re: Group reorganization

No problem mate. Glad it's solved!  

Re: Contar el número de Estados individualmente que se "cumplen" y "No se cumplen" fr

@pitcraj , Creé un archivo pbix de muestra (ver el archivo adjunto), puede funcionar cuando usé la misma fórmula de measrue [ Count of Met States ]... ¿Es [Estado] una medida o una columna calcula...

Re: Remove no of days from Date with DAX

Hi ValtteriN I have tried your formula - Getting incorrect result as below screenshot Pleae advise further. Thanks    

SelectColumn in Dataflow

Hi guys,   I'm using dataflow to do all data transformations. I would like to create a table by retreiving data from a column of another table (A) so I tried table.selectcolumn but I think it ...

Re: Aging Bucket as a Measure for Current Back Orders

Thank you, this solution worked for me  😁   Instead of having CALCULATE(COUNTROWS('Order') in the formula, I used a [Back Order Quantity] measure and this worked perfectly for our needs.

Re: if today is between two dates of sprint number then return value of sprint number in PowerBi DAX

Hi @Samba777  Please try Today Sprint = MAXX ( FILTER ( ALL ( Data ), Data[Iteration Start Date] = TODAY () ...

El tipo de columna no es el esperado - Power BI - Origen de SharePoint

Hola Tengo la lista de sharepoint como origen. Tiene algunos valores de columna de búsqueda (con multiselección) en mi tabla principal. Estoy tratando de sacarlo en power bi pero el tipo de...

Re: Calculate date filter

@lukaszEltwin1  Can you copy/paste this code so I can modify?

Inteligencia de tiempo

Hola Estoy teniendo un pequeño problema con una tabla que contiene dos fechas. FECHA DEL INFORME SKU CANTIDAD FECHA DE LANZAMIENTO Mi tabla está organizada como arriba, todos los...

Time intelligence

Hi,   i'm having a bit of an issue with a table that contains two dates.   REPORT DATE SKU QUANTITY RELEASE DATE   My table is organized as above, every day we receive a...

Eliminación de un campo

Hola a todos, Tengo una matriz con un campo de comentario que se puede escribir manualmente con Power Apps. Ahora quiero eliminar este campo de comentario en el uso de Power BI tan pronto como e...

RANKX de Valor para la categoría

Hola a todos, Traté de crear RANKX basado en la categoría para presentar el rango más alto para un título específico. Pero el resultado para mi rankx fue 1 en cada fila. rankCategory = RANKX(...

Indicador dinámico de recuento vencido

Hola Aquí están mis datos de ejemplo. Me gustaría contar el número de atrasos para cada mes. Por ejemplo, la solicitud C y D es "No vencida" si se basa en el mes de febrero, pero será "Venci...

Re: Night and Day plot area background

You can do that as a calculated column, a measure, or as a calculation item in Deneb. Be mindful of the UX.

Re: PowerPivot: To display last updated inventory of the month against each day of the month

Hi @amitchandak  Using LASTNONBLANK(table[Date] after Calculate is giving me a Date as an output. That too it's giving me any output, on the day, when the Stock is updated. Else returning ...

Re: Finding monthly patterns for multiple different IDs.

Thanks for your response. Sorry if this reply is quite vague, but I'm not allowed to describe everything I'm working on in detail.   I'm planing to use the column within some other table. I'm ...

Re: Count Dynamic Overdue Flag

Hi @Michie_24   steps taken: 1. Created a conditional column in power query to check if Today is greater than the Target Date. Today will dynamically update based on your system locale. ...