Hello everyone
I have problems with function Today (), in Power BI Service
I have made a report on the measure: Requested Quantity of today, without making a filter.
I then send my report to Power BI Service and when I refresh the report, it does not show anything about the measure.
Example: Here in Power BI Desktop, this report run perfect la fuction today() for Cant. Solicitada, Cant. Programada, Promedio x Día, Desviación Estándar.
The formulas are:
* Cant. Solicitado Hoy = CALCULATE(SUM(FactVentas[CantidadSolicitada]);DimCanalVenta[ECanalVenta] = 2 ; DimTiempo[Fecha] = TODAY())
* Cant. Programado Hoy = CALCULATE(SUM(FactVentas[CantidadProgramada]); DimCanalVenta[ECanalVenta] = 2; DimTiempo[Fecha] = TODAY())
* Promedio Sol x Día = CALCULATE(DIVIDE([CantSol];[Numero de Dias]); DimCanalVenta[ECanalVenta] = 2 ;DimTiempo[DiaSemana] = WEEKDAY(TODAY();2))
* Desviación Estándar = CALCULATE(STDEV.P(FactCantidadSolicitadaFecha[CantidadSolicitadaFecha]);DimTiempo[DiaSemana] = WEEKDAY(TODAY();2))
This run perfect in Power BI Desktop
but when i run in Power BI Sevice
help me
Power BI Desktop:
And when I show this same report in Power BI Service:
Have I done something wrong?
Or how it works today () in power bi service
All help will be well received.
Help me!
Thanks