Forum Discussion
Anonymous
4 years agoNot applicable
Check several rows with same ID
Hi folks, I am quite new to PowerBI and currently wokring on the following topic: I do have messages and message_threads, both are in one table. Messages can be either OUTBOUND (sent by compa...
lulubrinki1
4 years agoNew Member
Thank a lot daXtreme tamerj1 ,
I have to correct my initial table I posted.
factMessages
| Message-id | Thread-ID | MessageAttrKey |
| 1 | 1 | 1 |
| 2 | 2 | |
| 3 | 2 | 3 |
| 4 | 2 | 4 |
dimMessageAttributes
| MessageAttrKey | Type | ... |
| 1 | OUTBOUND | |
| 2 | OUTBOUND | |
| 3 | INBOUND | |
| 4 | INBOUND |