Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
N/A
Hi @keith515,
Thanks for the reply from johnt75.
Could you please share a bit more about your .pbix file?
Based on your DAX, do you want to generate a new table(TB Report Tall) based on the Date column from DimDate table and some measures from your another fact table?
If so, it does cause a circle reference error when you want to create relationship between this new table(TB Report Tall) and DimDate table because the Date column you refer to in your new table(TB Report Tall) is actually from the DimDate table, which is undoable.
As a workaround, you could consider to use Power Query to union, Merge or Append, different method based on your need.
Merge queries overview - Power Query | Microsoft Learn
Append queries - Power Query | Microsoft Learn
Feel free to contact me if you have any problem.
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Change the first parameter of each SELECTCOLUMNS from DIM_Date to ALLNOBLANKROW( DIM_Date ). That will exclude the blank row and will allow you to create a relationship.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |