The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi all,
I have a table (Example with user name , and due date), The user need to update the due date in the source,
I need to create a column so that i can also track the old due date, as in SCD type3.
Basically i need to create column for original due date & modified due date which can reflect in the visuals
Any suggestions?
Thanks in advance
Hi, @manoj_babu
Can you provide sample data for testing? Sensitive information can be removed in advance. What kind of expected results do you expect? You can also show it with Excel. I look forward to your response.
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-zhangti ,
This is the source sample data,
In this source data, users will update their due date column for example Manoj Updates the due date from 31/12/2022 to 31/1/2023, Then in power BI I need a column with both Old date (31/12/2022) & new date (31/1/2023).
I need a table with the all the data including old and new due date.
Is there a dax for creating such column or columns?
Thanks in advance
@amitchandak Thanks for the update. But the solution which you have given, uses only the historical data already available.
I need something like for example, the user updates the new due date in the source excel file, the pbi should take both older date and updated new date into its table.