Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
He creado el siguiente DAX;
New Downloads Title = var latest = LASTDATE('iOS - All App Units'[Date]) return "Total Downloads from " & latest
Si hago esto en su propio dax se muestra el siguiente;
iOS Latest Date = LASTDATE('iOS - All App Units'[Date])
Como puede ver, me gustaría en formato GMT no la salida de la primera instrucción DAX.
Gracias
@Griffy - Intente usar el comando FORMAT para ajustar la función LASTDATE.
Gracias Greg!
New Downloads Title =
var latest = FORMAT(LASTDATE('iOS - All App Units'[Date]),"DD/MM/YY")
return
"Total Downloads from " & latest
Eso funcionó
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.
Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |