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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
akj2784
Post Partisan
Post Partisan

Error in the R Visual when there is no data for any selected filter

Hi All,

I have a waterfall chart written in R using ggplot2 package. And I am using the R visual present in Power BI. Everything works fine as long as I have data for the selected filter condition. However when I select a value in the slicer , it gives error when there is no data corresponding to the slicer selected. How do we get rid of this error. I want to show custom message like "Selected Filter does not have any data" . Is there any way to do that  ?. Attached error code. 

RuntimeError.JPG

 

 

Regrads,

Akash

1 ACCEPTED SOLUTION
akj2784
Post Partisan
Post Partisan

I was able to resolve this with if else statement. Basically when the dataframe returns 0 record, it gives error. So I have handled this with if else. 

Is dataframe returns 0 then show blank plot else do the actual calcualtion.

 

Regards,

Akash

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

@akj2784,

Glad to hear that the issue is solved, you can accept your reply as answer to close this  thread.

Regards,
Lydia

akj2784
Post Partisan
Post Partisan

I was able to resolve this with if else statement. Basically when the dataframe returns 0 record, it gives error. So I have handled this with if else. 

Is dataframe returns 0 then show blank plot else do the actual calcualtion.

 

Regards,

Akash

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors