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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
uSt
Regular Visitor

DrillThrough - If blank show text message "No Data"

Hi Team,

 

I have to show one page based on DrillThrough concept and if data NOT available need to show as "No Data Found".

 

 

 

Please help me.

 

Thanks,

uSt

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@uSt , When you are drilling through, you have value on the page and if that is used in the drill page you can not have a blank.

 

You can have transparent background using conditional formatting and have no data image in the background 

 

if(isblank(countrows(Table)), "FFFFFF", "FFFFFF00")

 

You can have image with no data keep them in background of visual

 

and then use this measure in background conditional formatting so that it get displayed when there is not data.

 

How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4

 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@uSt , When you are drilling through, you have value on the page and if that is used in the drill page you can not have a blank.

 

You can have transparent background using conditional formatting and have no data image in the background 

 

if(isblank(countrows(Table)), "FFFFFF", "FFFFFF00")

 

You can have image with no data keep them in background of visual

 

and then use this measure in background conditional formatting so that it get displayed when there is not data.

 

How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4

 

@amitchandak ,

 

Conditional format -> in the table one, right? (not the card visual "No data")

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.