Hello,
Hoping that someone can help me bumping in to Power Query formulas...
In short, I have a data set which I have cleaned in Power Query. Now I need to identify overlapping date ranges.
Column G contains uniq IDs. I must identify lines containing same Uniq ID AND wheter or not their date range are overlapping (column H/I). Preferably a power query formula testing and returning yes/no in column W. If a Uniq ID has no doubles the returning value should be "no doubles".
I have tried to search for a solution and I have tried several suggestions, but it seems all the "do so"s are matching more than one column and I get lost in the coding.
Below is an overview of all my columns.
BR
Susanne
Hoping that someone can help me bumping in to Power Query formulas...
In short, I have a data set which I have cleaned in Power Query. Now I need to identify overlapping date ranges.
Column G contains uniq IDs. I must identify lines containing same Uniq ID AND wheter or not their date range are overlapping (column H/I). Preferably a power query formula testing and returning yes/no in column W. If a Uniq ID has no doubles the returning value should be "no doubles".
I have tried to search for a solution and I have tried several suggestions, but it seems all the "do so"s are matching more than one column and I get lost in the coding.
Below is an overview of all my columns.
A | Source.Name |
B | Account code |
C | Account selection |
D | Item relation |
E | Quantity |
F | Unit |
G | Uniq ID |
H | From date |
I | To date |
J | Amount currency |
K | Currency |
L | Comment |
M | Created by |
N | Created date |
O | Find next |
P | Cost center |
Q | ABC |
R | Article name default language |
S | Vendor |
T | Name |
U | Modified by |
V | Modified date |
W | Overlap in date range (Y/N?) |
BR
Susanne