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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

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
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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