Power BI Support

Search

Re: Wildcard matching and returning lookup values

Hi,   Have you tried creating a list of all order numbers in BCN (as a separate list), then splitting the "search column" SAP order number in CS by all of those values using the Splitter....

Holt-Winters Forecasting in DAX

No, you most certainly should not be doing this. But, I figured, what the heck. Some of the code is provided below. There is lots more code, well over 3,000+ lines. This solution is based on this art...

Necesita ayuda sobre la transformación de datos

¡Felices fiestas a todos! Necesita ayuda para transformar estos datos que provienen de la herramienta cliente de la siguiente manera: Nombre 1.1 1.1 Puntuación 1.2 1.2 Puntuación 2.1 2.2...

Pregunta TOPN

Hola, escribí una pregunta similar en un tablero de grupo diferente, pero un colega me dijo que colocara mi pregunta aquí en su lugar. Lo siento si estás viendo esto dos veces. Soy MUY nuevo en ...

Re: Row Total Incorrect with USERELATIONSHIP

Thanks tamerj1, I thought I created it as a measure....but guess not.

Re: apply function to a list of columns

If you have the list of column names you can build the  list of lists that you need as second argument for  Table.TransformColumns as shown above with for instance List.Zip   ...

Re: Fila y columna calculadas en la misma matriz

@dripet84 Prueba esta medida que usa la que tenías. No estoy seguro de entender lo que quiere para la fila nr 16. Compruébelo y actualice si es necesario (o elabore la demostración con un ejemplo ...

Hola equipo,

Hola equipo, he intentado corregir la configuración visual del mapa desde Power BI Desktop y Power BI Service a través del portal de administración, todo en vano. He intentado ver desde el servicio P...

Re: How to do custom rounding in DAX?

@Greg_Deckler thanks for your calculation. I tested this on my testdata (see below for more elaborate example), but apparently your calculation only works when there is one percent point to be a...

Re: ¿Cómo hacer redondeo personalizado en DAX?

@Greg_Deckler gracias por su cálculo. Probé esto en mis datos de prueba (ver más abajo para un ejemplo más elaborado), pero aparentemente su cálculo solo funciona cuando hay un punto porcentual para ...

Re: Maps not visible on iOS app

Hey @kojamin ,   Which map visual are you using?   Thanks, Maya

Re: Omitir jerarquía de filas en matriz

Hola @Millene , para ser honesto, no tengo idea de cuál es el resultado esperado. Prepare que contenga datos de muestra, pero que refleje su modelo de datos (tablas, relaciones, columnas calculad...

Re: CUMULATIVE POURCENTAGE

Hi Thank you for your effort but i want it on a dax formula to put on a matrix not on a table cause i have thousand of lines, so the purchases per client is calculated with a formula (sum(....)

Re: Sales Analysis

Already fixed,pleaase look at it

Re: Creating an average column

solved your problem with power query Please check attached pbix for more details https://dropmefiles.com/TSDYE

Re: How to do custom rounding in DAX?

I see you worked a tie into the example data. Please see this updated measure expression that uses RAND to break the tie. AdjValue = VAR vThisVal = [AvgVal] VAR vThisCategory1 = MIN ( T1[Catego...

Re: Getting error: ' DataSource.Error: SharePoint: Request failed: The underlying connection was clo

@v-polly-msft    I've learned that a fix has been applied for the reported issue, but I believe this was unrelated to the problem I stated here as my problem occurs in Desktop, while the ...

Re: Incremental Refresh using date column

@ljx0648 , Based on what I got, a column in format YYYY-MM-DD can be marked as datetime in power query   or you can use DateTime.FromText https://learn.microsoft.com/en-us/powerquery-m/da...

Re: Consulta de poder de la columna condicional IN

Hola ¿Funciona esto? [Apellido del reclamante]&", "&[Nombre del reclamante]&" "&[Segundo nombre del reclamante]&" -"&Date.ToText([Fecha de nacimiento])

Re: CUMULATIVE POURCENTAGE

Hi, What decides the order of the Clients?  Why is KK after XX and so on?  Clarify that.

Re: Count Unique Order by DistinctCount of Multiple Columns

Hi,   can you provide some sample eg for 2-3 simple and 2-3 complex orders? And expected results for each of them to understand the problem? Example ordernumber 62392 should be simple, order 1...

Re: Validate voids in columns with dates

Thanks a lot!!! Case solved.

Re: IF function Need Help

@Nathanael04  The code is correct.  The function Table.AddColum is being passed 3 arguments so perhaps you have not copied it in full or the error is coming from somewhere else. If you ca...

Re: Summary Statistics for a PowerBI Custom Column

Hi @WesCo ,  Anything from SqlBI is good- maybe this: https://www.sqlbi.com/books/analyzing-data-with-microsoft-power-bi-and-power-pivot-for-excel/  

Suma por grupos

Buen día equipo PBI   Quiero hacer lo siguiente:   En una columna calculada llamada subtotal de rotación por sublínea, quiero calcular precisamente eso, que me traiga para cada fila en ...