Forum Discussion
Dataflow Refreshing by Daisy Chaining
- Anonymous1 year ago
Hi, BugmanJ
I am glad to help you.
Because VT are built on DSD, they are dependent on DSD data. If the VT references the DSD directly, and you are satisfied with the DSD's refresh frequency, then the VT should be able to reflect the latest DSD data without the need for a separate refresh schedule.
VT_Empoyer = ADDCOLUMNS(DSD_Employer,"IDs",COUNT(DSD_Employer[ID]))I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, BugmanJ
I am glad to help you.
Because VT are built on DSD, they are dependent on DSD data. If the VT references the DSD directly, and you are satisfied with the DSD's refresh frequency, then the VT should be able to reflect the latest DSD data without the need for a separate refresh schedule.
VT_Empoyer = ADDCOLUMNS(DSD_Employer,"IDs",COUNT(DSD_Employer[ID]))
I hope my suggestions give you good ideas, if you have any more questions, please clarify in a follow-up reply.
Best Regards,
Fen Ling,
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.