Forum Discussion
butterscotch
Helper II
2 years agoA circular dependency
Hello Everyone ! im facing an issue where i want to create a column using a measure but an error arise , the issue the formula for completion Feb Completion Feb =
IF(
VALUES('Master...
saud968
Memorable Member
2 years agoThere is a workaround that I used in one of my projects by creating a reference Table based on the OG table
WeekUniqueTicketTable =
ADDCOLUMNS(
Master(Your Table Name),
"Master2(New Table Name)", [Any Column Name as Reference]
)
Best Regards
Saud Ansari
If this post helps, please Accept it as a Solution to help other members find it. I appreciate your Kudos!
Best Regards
Saud Ansari
If this post helps, please Accept it as a Solution to help other members find it. I appreciate your Kudos!