Skip to content

Commit bd6f5f0

Browse files
authored
Update ColumnDependency.md
fixed links to Item.md and Consumer.md that used .. as path, which is wrong
1 parent ae95af2 commit bd6f5f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_mydocs/tcdx/Tcdx-object-model/ColumnDependency.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ The `ColumnDependency` class interacts with multiple components in the `TCDX` mo
6161

6262
- [`ModelDependency`](./ModelDependency.md) → Links the column to the specific tabular model.
6363
- [`TableDependency`](./TableDependency.md) → Represents the table that contains the referenced column.
64-
- [`Consumer`](../Consumer.md) → Stores column dependencies used within `Excel`, `Power BI`, or other client applications.
65-
- [`Item`](../Item.md) → Represents individual objects (pivot tables, visuals) that reference specific columns.
64+
- [`Consumer`](./Consumer.md) → Stores column dependencies used within `Excel`, `Power BI`, or other client applications.
65+
- [`Item`](./Item.md) → Represents individual objects (pivot tables, visuals) that reference specific columns.
6666
- [`MeasureDependency`](./MeasureDependency.md) → Captures measure dependencies that rely on a specific column.
6767

6868
### Class Diagram Representation
@@ -74,7 +74,7 @@ ColumnDependency
7474
├── Table : TableDependency
7575
└── ModelColumn : Dax.Metadata.Column
7676
```
77-
- [`Item`](../Item.md)*references multiple* `ColumnDependency`
77+
- [`Item`](./Item.md)*references multiple* `ColumnDependency`
7878
- `ColumnDependency`*belongs to* [`TableDependency`](./TableDependency.md)
7979
- `ColumnDependency`*belongs to* [`ModelDependency`](./ModelDependency.md)
8080
- [`MeasureDependency`](./MeasureDependency.md)*may reference* `ColumnDependency`

0 commit comments

Comments
 (0)