Forum Discussion
Help with column calculation
Hi jvillela ,
You may create a column like DAX below, assuming the <Date1> is referred to the Date value you will set for per user.
date to fix =SWITCH( [User Name], "User1", <Date1>, "User2", <Date2>, "User3", <Date3>,,,)
If I misunderstood it, could you please share your sample data and desired output screenshots for further analysis? You can also upload sample pbix to OneDrive and post the link here. Do mask sensitive data before uploading.
Please read this post to get your answer quickly: How to Get Your Question Answered Quickly.
Best Regards,
Amy
Community Support Team _ Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- jvillela5 years agoRegular Visitor
Hello.
So in this link the .pbix file and two images where I explain what I need to do
https://1drv.ms/u/s!AsSjGvHRuwixgop7ojxMK025cLuLAA?e=FhNQGO
Thanks a lot.
- jvillela5 years agoRegular Visitor