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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have a table created within the Power BI report, called "Ultimate_Calendar" that is linked with bidirectional relationship to table "Main_Data". "Main_Data" comes from a live connection to a semantic model.
I am building a measure using time intelligence, and the first part works perfectly fine, but when I try to build a condition using an IF statement, Ultimate Calendar is no longer found.
What am I doing wrong?
Solved! Go to Solution.
Hi @SevsBo ,
In an IF statement you can't just call the table name and column to check if the statement is true or not. Try using max,selectedvalue,min,... instead to call the table and column.
Hi @SevsBo ,
In an IF statement you can't just call the table name and column to check if the statement is true or not. Try using max,selectedvalue,min,... instead to call the table and column.