Forum Discussion
moei
6 years agoFrequent Visitor
Joining tables
I have this manually created date tabel with dates from 1.jan 2017 to 1.aug 2020
I want to join it with this table
| Element type |
| Post |
| Discussion |
| Picture |
| Folder |
| Note |
| Link |
in a way that results in
| Date | Element type | Count |
| 1.jan | Post | 0 |
| 1.jan | Discussion | 0 |
| 1.jan | Picture | 0 |
| 1.jan | Folder | 0 |
| 1.jan | Note | 0 |
| 1.jan | Link | 0 |
| 2.jan | Post | 0 |
| 2.jan | Discussion | 0 |
| 2.jan | Picture | 0 |
| 2.jan | Folder | 0 |
| 2.jan | Note | 0 |
| 2.jan | Link | 0 |
| and so on.... | ||
Can anyone point me in the right direction?
moei , use crossjoin
refer : https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/
1 Reply
- amitchandakSuper User
moei , use crossjoin
refer : https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/