Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi
I want to make my date table (calander) daynamic that it brings the date from the data source
I have two data sources daily and hourly , how do i link them togehter in the date table?
Solved! Go to Solution.
@naifAhmedB
Both date columns should have a same name, e.g. "Date" in your case, and set the datatype to date/time. Then you can just use Append Queries feature to combine two tables.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
@naifAhmedB
Both date columns should have a same name, e.g. "Date" in your case, and set the datatype to date/time. Then you can just use Append Queries feature to combine two tables.
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
Com o Poqer query, não é possível criar realções, apenas criar atabelas.
Por exemplo, para criar as conexões de dados, será necessário colocar a tabelas no mesmo pradrão de dados.
Tabela 01: "Data"
Tabela 02: "Data + Hora"
Tabela 03: "Data + Hora + Segundos"
Para realizar a relacionamento será necessário colocar todas no mesmo padrão:
Tabela 01: "Data"
Tabela 02: "Data"
Tabela 03: "Data"
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |