Power BI Support

Search

Medida de Power BI

https://docs.google.com/spreadsheets/d/1qnh07BRHlbXaGnLkgahf95uXpkDlXgUq5oKS866OMoo/edit?usp=sharing Hola a todos Por favor, ayuda He adjuntado un enlace a continuación para la hoja de Excel...

Re: Create costum column with IF statement based on Data source

In power query on the individual table queries (the ones that feed into the combine query) you could add a custom column of 'Cost Type' and set it to Actual or A mortized.  Then that column will...

Re: Custom Connector - Choose report parameter as input

I am still looking for a solution to that question. If anyone has any idea on how to proceed, or a definitive answer on wether this is possible or not, please come forward 🙂   Thanks. Reg...

Re: Gráfico combinado - Línea y columna para mostrar esto vs ventas de la semana pasada (de lunes a domingo)

Hola Resolvería su problema con la ayuda de estas dos medidas: ThisWeekValue = SI ( ..MAX ( DIM_DATE[Fecha] ) <= HOY (), ..MAX ( [Ventas] ), ESPACIO EN BLANCO ...

Mostrar el recuento promedio de números de elemento en función de la segmentación de datos

Hola a todos, gracias por su ayuda. Soy un novato con Power BI, estoy tratando de escribir algunos informes simples y hasta ahora, sin el uso de DAX, lo estoy haciendo bien, pero estos son solo elem...

Re: Cannot slice because of function ALL

Hi I'm guessing you could replace the 'ALL(T1)' statement in your measure calculation with the ALLEXCEPT function. As stated in the documentiation (ALLEXCEPT function (DAX) - DAX | Microsoft Learn...

Same time (08:30:00) with different decimal number

Good afternoon, Normally I am just a lurker on this forum but recently I ran into a problem that I can't solve on my own. I have also not been able to find a solution via Google. Basically I am tr...

Data Layout Query

Hi there,   I've gone with the approach to my data of having it vertically as an example below in a) so that I can filter through that value to display in the dashboard slicer , instead of b),...

Re: Date column not found - rolling 52 weeks of data changes every week

Thank you @serpiva64 - I have had some help and think it is resolved by removing a step which was auto-created in my query. This seems to have fixed the problem!

Sytax

Lo que está mal con esto: Total FG Hecho = CALCULAR ( [Total FG intentado] , CurryShots [resultado] = 1 )

Re: Paginating 10 of 50 page report

To confirm, you can print select pages.      Has Power BI figured out a way to provide Sequential page numbering in Header or Footer if you do this.   

Re: Average Days Between Inspections

Hi @johnt75 @tamerj1,   Thank you both for your help. The DAX now has no errors, but it is returning the value for each row as -45658. 

Re: Deshabilitar opción copia en los valores de una tabla de un informe publicado de POWER BI

@JotaR , You can do that in tenant setting Power BI Service -> Setting -> Admin Portal -> Tenant Setting    

Need help in calulating last two week's sales from today wherein my starting from Saturday

Need help in calulating last two week's sales from today wherein my week's starting from Saturday

Re: Events in progress with proportional count

Hi @DataInsights  this is not working either, the count is actually a bit higher than the regular one. Sample: https://www.dropbox.com/scl/fi/fh11e3xvt3h6fuo32ua38/sample.xlsx?dl=0&r...

No es un error de ruta válida (acceso/unidad de red)

¡Hola! Una de las fuentes de datos de mi informe es una tabla de Access que se encuentra en una unidad netwrok que había instalado por TI. Cada mañana, cuando intento actualizar el informe, recibo el...

Re: results till last month

@Norbertus , Try a measure like with help from date table   Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(all('Date'),'Date'[date] <=eomonth(max('Date'[date]) ,-1) ))   ...

Re: Habilitar selección única en el filtro

@akash0800 , habilite la opción de selección única para la segmentación de datos de la propiedad Si necesita una sola selección, con todos Selección individual con Seleccionar todo : https:/...

Re: RLS dinámico basado en múltiples departamentos en varios países para un usuario específico

Tengo el mismo requisito, pero obtengo el siguiente problema También probé esto pero no funcionó Por favor sugiera

Having access to previous and next record

Hi all,   My manager wouid like to see randomly selected well locations, then go back to the previous and next records using forward and backward keys. How can I create those two keys which ac...

Re: New table aggregate Items sales per last 12 Month

@fabiopaturzo , better to create a measure with help from date table   example Rolling 12 = CALCULATE(sum(Sales[Sales Amount]),DATESINPERIOD('Date'[Date],MAX('Date'[Date]),-12,MONTH)) &...

Alternative to direct query method

I have a fct table in snowflake database with almost 1.5 billions rows. How can I lmport it to power bi instead of direct query . because Direct query wont allow us to do tranformations in query edi...

¿Cómo mostrar la lista de productos que no obtuvieron ingresos?

¿Cómo mostrar la lista de productos que no obtuvieron ingresos? (Si los nombres de los productos y los detalles de las transacciones se mantienen en una tabla diferente). List of Products - sal...