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
Anonymous
Not applicable

Pop up in Parameter in direct Query

Hi All,

 

I am using direct query. I have used parameters where client will enter some random ID's to check the repective values. 

 

Now I have some ID's which doesn't contain any data. Now i want a pop up if client enter those id's which doesn't contains any data and that pop up should show that "this id doesn't contain any data" and the rest of the ID's which have data should show its respective values.

 

Is it possible?

 

Thanks in Advance

 

Regards,

Prakash M

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous,

At first, current power bi not able to show the window to notice some selected items that do not exist correspond records.
For your scenario, I'd like to suggest you create a measure formula to compare with table records and selection value to display the not matched selections.

DAX EXCEPT function 

DAX CONCATENATEX funciton 

After these steps, you can use this measure on a card that named not contains records ids to display them.

Regards,
Xiaoxin Sheng

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @Anonymous,

At first, current power bi not able to show the window to notice some selected items that do not exist correspond records.
For your scenario, I'd like to suggest you create a measure formula to compare with table records and selection value to display the not matched selections.

DAX EXCEPT function 

DAX CONCATENATEX funciton 

After these steps, you can use this measure on a card that named not contains records ids to display them.

Regards,
Xiaoxin Sheng

Anonymous
Not applicable

Hi @Anonymous @mahoneypat ,

 

Yes we can achieve that in card with the suggetions which you have provided. But Actually I would like to have the current power bi  to show the window to notice some selected items that do not exist correspond records.

And the reply from @Anonymous  it seems like Power BI Doesn't have that ability as of now.

Thanks for your Suggestions.

 

Regards,

Prakash M

mahoneypat
Microsoft Employee
Microsoft Employee

You could make a measure like this

 

PopUp = IF(ISBLANK([YourMeasure]), "This ID doesn't have any data")

 

Then put that measure in a card visual.  When there are data, it will be blank.  When no data, that message will appear in the card.

 

If this works for you, please mark it as the solution.  Kudos are appreciated too.  Please let me know if not.

Regards,

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


amitchandak
Super User
Super User

@Anonymous , what do mean by popup here?

You create measure with +0 , where measure=0 means there is no 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

Hi @amitchandak ,

 

When i say Pop up i meant to a "Notification" kind of thing which we get while filling or submitting some random forms.

 

Regards,

Prakash

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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