Forum Discussion
butterscotch
2 years agoHelper II
A 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
2 years agoMemorable Member
There 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!