Forum Discussion
Testing: Find connections and relationships
- 1 year ago
There are no linkage from model to report so DMVs will not help. You will have to scan the report.json or pbir Def file to find the references
If you want to keep track of changes you need to use git. There is no way to query to see changes as no history is kept.
You can check for broken visuals using playwrite
https://www.youtube.com/live/Ru5yYZiqvso?si=DTXl037sxdrxVYCC
Thanks Deku, that's definitely very interesting and goes in the direction I want to go.
I don't need GIT yet, because I don't need a change history.
What I am currently looking for is the export of dependencies:
So for example if I change “posting_date” and it now has a different format or I deleted it, I want to be able to export:
Where it is used everywhere on the report in visuals without having to click through.
And whether, for example, “upload_date” (“posting_date” + 12 days) depends on it and where it is used.
Translated with DeepL.com (free version)
- Deku1 year agoSuper User
There are no linkage from model to report so DMVs will not help. You will have to scan the report.json or pbir Def file to find the references