March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Cordial saludo,
Agradezco su ayuda con orientación para manejar la siguiente situación:
Tengo la siguiente tabla de dos dimensiones donde las columnas representan el valor de una medida en horas y las filas el dia al que corresponde la medida
Quisiera pedir su ayuda para que me orienten sobre como podría componer una granularidad de dia,mes,año y hora con esta estructura, es decir, poder hacer una gráfica de líneas que me permita explorar hasta el nivel de hora.
Muchas gracias.
Solved! Go to Solution.
Hello!, what I would do is modify the structure of the table in the dataprep with PowerQuery and lower it to the model with only three columns: Date, Time, and Value.
Suppose this extract is your current table:
What you should do is rename the hour columns, so that they contain only the number. corresponding to the time
then you remove the dynamic to get one column with the hours and another with the values corresponding to each date:
You accommodate the data types of each column, and in this way the table will make it easier for you to graph and show in depth from date to time:
Hello!, what I would do is modify the structure of the table in the dataprep with PowerQuery and lower it to the model with only three columns: Date, Time, and Value.
Suppose this extract is your current table:
What you should do is rename the hour columns, so that they contain only the number. corresponding to the time
then you remove the dynamic to get one column with the hours and another with the values corresponding to each date:
You accommodate the data types of each column, and in this way the table will make it easier for you to graph and show in depth from date to time:
@NatachaPN thank you very much for your help, without being an expert on the subject I followed your directions and achieved it. Greetings.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
114 | |
76 | |
57 | |
52 | |
44 |
User | Count |
---|---|
165 | |
116 | |
63 | |
57 | |
50 |