Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Tengo un informe que se crea utilizando la tabla. En ese filtro usé un filtro de fecha relativa.
IEn la tabla anterior quiero agregar dos nuevas columnas que deberían ser así.
es decir, el valor de la columna inicial y final debe basarse en la fecha de inicio y finalización del filtro relativo ... Traté de añadir medida con la función firstdate y lastdate función de power bi... Pero no funciona para el informe de mesa... plse ayuda...
Solved! Go to Solution.
@nisha_deepak , Pruebe nuevas medidas como
End á maxx(allselected('Date'),'Date'[Date])
Start á minx(allselected('Date'),'Date'[Date])
@nisha_deepak , Pruebe nuevas medidas como
End á maxx(allselected('Date'),'Date'[Date])
Start á minx(allselected('Date'),'Date'[Date])
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.