Forum Discussion
Tag date start from historical data
Hi,
I need to be able to tag Customer IDs with respect to the month - year it started from historical data. Data is like panel data. Same customer in different points in time.
Data:
| ID | Effective Date |
| 1 | Sep-21 |
| 1 | Oct-21 |
| 1 | Nov-21 |
| 1 | Dec-21 |
| 1 | Jan-22 |
| 2 | Feb-20 |
| 2 | Mar-20 |
| 2 | Apr-20 |
| 2 | May-20 |
7 Replies
- DimaMDSolution Sage
Hi Anonymous Is this your desired outcome?
Or you can use such a measureCOMBINEVALUES("-",'table'[ID],'table'[Effective Date])- AnonymousNot applicable
My desired outcome is:
New Column which has will be tagged as New at the start of the effective date, everything else Existing.
- DimaMDSolution Sage
Anonymous Give an example of your desired outcome
- v-xiaotangCommunity Support
Hi Anonymous
Thanks for reaching out to us.
I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.
If you need more help, please let me know.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
- AnonymousNot applicable
Hi,
Not yet.