The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hola amigos.
Intento crear una columna mediante DAX, creando específicamente una columna de índice utilizando otras columnas como condicionales. A continuación pongo una imagen.
Espero que puedas ayudarme.
saludos.
Solved! Go to Solution.
@rmcneish , Intentar como nueva columna
countx(filter,Table,[place] á earlier([place]) && [date] á earlier([date]) && [time] <-earlier([time]),[time])
O
countx(filter,Table,[place] á earlier([place]) && [time] <-earlier([time]),[time])
Hola, @rmcneish , es posible que desee probar
Index = RANKX(FILTER(Table1,Table1[PLACE]=EARLIER(Table1[PLACE])),Table1[DATE]+Table1[HOUR])
Thanks to the great efforts by MS engineers to simplify syntax of DAX! Most beginners are SUCCESSFULLY MISLED to think that they could easily master DAX; but it turns out that the intricacy of the most frequently used RANKX() is still way beyond their comprehension! |
DAX is simple, but NOT EASY! |
@rmcneish , Intentar como nueva columna
countx(filter,Table,[place] á earlier([place]) && [date] á earlier([date]) && [time] <-earlier([time]),[time])
O
countx(filter,Table,[place] á earlier([place]) && [time] <-earlier([time]),[time])
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |