Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
PSan1979
Helper II
Helper II

Circular dependency Error

Hi,

 

Getting a Circular dependency Error while trying to fix blank results.

 

 

 

1.JPG

2 ACCEPTED SOLUTIONS
amitchandak
Super User
Super User
aj1973
Community Champion
Community Champion

Also, the LOOKUPVALUE can return "Others" for Blank, you just need to add it in your formula.

may be the fact that you are using If is Blank over LOOKUPVALUE is causing the Circular Error.

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

Sir, They have given eg in measure. but my issue is I have already calculated and just want to assign Blank() as "Others", when i try to use IF(ISBlank(Col_name), "Others","Student") that time i am getting an error

@PSan1979 , check this lookup value alone, is it working?

If not is any of these three-column driven from each other?

or the table itself.

 

If you have created a table using a select column and using that again. If you have created one table from another use distinct or summarize to make use it is no more a reference

 

if lookup is working then move its var and check that into you formula

 

New column =

var _1 = lookupvalue(..)

return

if(isblank(_1), 1,0)

 

 

Hi There,

it looks like the LOOKUPVALUE formula is not used correctly.

please check out this link

https://dax.guide/lookupvalue/

 

And try to execute the formula sepratly from the IF function and see if it works.

 

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

aj1973
Community Champion
Community Champion

Also, the LOOKUPVALUE can return "Others" for Blank, you just need to add it in your formula.

may be the fact that you are using If is Blank over LOOKUPVALUE is causing the Circular Error.

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.