March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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
Solved! Go to Solution.
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.
After these steps, you can use this measure on a card that named not contains records ids to display them.
Regards,
Xiaoxin Sheng
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.
After these steps, you can use this measure on a card that named not contains records ids to display them.
Regards,
Xiaoxin Sheng
Hi @v-shex-msft @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 @v-shex-msft it seems like Power BI Doesn't have that ability as of now.
Thanks for your Suggestions.
Regards,
Prakash M
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
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@Anonymous , what do mean by popup here?
You create measure with +0 , where measure=0 means there is no Data.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
123 | |
85 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |