Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
So my problem is, I have two tables, one of which has hourly data, while the other has weekly data and my objective is to join both tables. What I did is I created a dax code to create a "week" column in the hourly data table so i am able to join them using this common column. However it doesn't work. When I try to use NATURALINNERJOIN, I sum 0 in front of the week table so it doesn't have lineage error, but it persists, and i have no idea what to do. The lineage error is still there.
@artp3642 , First of all, why are combining the two tables. If there join column, You can create a join and use them in visual
Second, what is the error in the table can you share in text format
refer if this can help
https://www.sqlbi.com/articles/from-sql-to-dax-joining-tables/