Forum Discussion
How to avoid circular reference, simple case
- 1 year ago
Hi Anonymous , Thank you for reaching out to the Microsoft Community Forum.
Create a separate Date table in your model. Make sure both tables have a proper date column for SalesAssignments, convert the period text (like JAN 2025) into an actual date, such as the first day of the month. You can do this in Power Query using basic date transformation steps.
Once both tables have valid date columns, go to the model view and create relationships from each of them to the Date table. Do not connect the two fact tables to each other. As long as both link to the Date table, the slicer will filter them correctly.
Hi Anonymous , Hope you're doing okay! May we know if it worked for you, or are you still experiencing difficulties? Let us know — your feedback can really help others in the same situation.