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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
francisjohn83
Frequent Visitor

Can't adding the blank field with values or status

Hello Colleagues,

 

I'm currently working on one of the project module, In the project I would like to show the MMM-YY in column and companies in rows. The logic is simple, If companies(companies table) are matching with upload accounts table(Companies name) then the status should be "done" or "pending". Logic is applying for Done actually and it's not turn up for blank field with "pending" status.

 

IF(
    ISBLANK('UploadAccounts'[Month]),
    "Pending",
    IF(
        UploadAccounts[CompanyShortName] = RELATED(Companies[shortName]),
        "Done",
        "Pending"
    )
)
 
Do the needul on the above request !
 
francisjohn83_0-1691427081496.png

 

 

2 REPLIES 2
Anil_kapkoti
New Member

First you need to check your data model, 
Make Sure the Relationship should define correctly.
The related function is work if you are flowing the data from dimension to fact table or one to many side, Not many to one side.
For more calarity you can share a dummy dataset.

Thanks Anil, I'm sharing the sreenshot for your reference.

francisjohn83_0-1691467978583.png

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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