Forum Discussion
need help with Three columns Start (Datetype) , Result (Text) , Token (Text)
- Anonymous4 years ago
Hi Lombadode ,
//I want the following replacelogic..
Do you want to replace the matching value in the [Token] field and keep the other values? I made some modifications based on davehus' formula:
if [Start] = null and [Result] = "Sign up" then "@" else if [Start] <> null and [Result] = "Sign up" then "O" else [Token]The original table and the processed table.
The PBIX file is attached for reference.
Best Regards,
Gao
Community Support TeamIf there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data
Hi Lombadode ,
//I want the following replacelogic..
Do you want to replace the matching value in the [Token] field and keep the other values? I made some modifications based on davehus' formula:
if [Start] = null and [Result] = "Sign up" then
"@"
else if [Start] <> null and [Result] = "Sign up" then
"O"
else
[Token]
The original table and the processed table.
The PBIX file is attached for reference.
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data