If columns, measured values or tables calculated in the semantic model are changed in powerbi, this always has an influence on the reports.
How can I create an export in which I enter "posting_date", for example, and then all visuals from the report in which this table is used are output?
I basically want to quickly find out what changes they have an influence on or result in an error.
One Idea was with DAX Studio
EVALUATE INFO.VIEW.MEASURES()
there I can find out the error state. But this is noth enough.