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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

If A=blank and B=blank and C=not blank then D

Hello,
 
I'm trying to make a list from the column id, if other columns like [date revue], [Valide],[No-QR7] are all empty (at the same time) and if the column [expediteur mail] is not empty.
I put the function ALL on the ID column because I need it not to be filtered at all.
 
This what I tried (but it doesn't work):
A traiter = IF(ISBLANK(Documents[Date Revue]) && ISBLANK(Documents[VALIDE]) && ISBLANK(Documents[No-QR7]) && NOT(ISBLANK(Documents[expediteur mail]),ALL(Documents[Id])))
 
I have tried with filter, calculate, and ="null" and <>"null" but it always says error
 
Can anybody help me??
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , A new column like

 

IF(ISBLANK(Documents[Date Revue]) && ISBLANK(Documents[VALIDE]) && ISBLANK(Documents[No-QR7]) && NOT(ISBLANK(Documents[expediteur mail]),Documents[Id]))

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , A new column like

 

IF(ISBLANK(Documents[Date Revue]) && ISBLANK(Documents[VALIDE]) && ISBLANK(Documents[No-QR7]) && NOT(ISBLANK(Documents[expediteur mail]),Documents[Id]))

 

If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

I think it worked, thank you so much @amitchandak 

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.