web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Blur effect in PowerApps
Power Apps
Unanswered

Blur effect in PowerApps

(0) ShareShare
ReportReport
Posted on by 5

Hi everyone,

 

I couldn't find any resource on how to add blur effect on controls in PowerApps.

 

I tried to use HTMLText control to add blur effect but found no luck. What I am trying to achieve is CSS equivalent of the following styles:

  1. filter: blur(16px)
  2. backdrop-filter: saturate(1.2%) blur(16px)

Applying box-shadow works in HTMLText control but not blur for some reason. I am not sure if this matters but I have tried the above approach in a component.

 

I would really appreciate if anyone could give me some useful insights.

 

Thanks in advance 🙂

Categories:
  • Community Power Platform Member Profile Picture
    Microsoft Employee on at

    @kevinpatel 

    HTML in PowerApps is such a trial and error event, at least in my experience.

     

    However, this video may give you some tips relevant to your needs?

  • kevinpatel Profile Picture
    5 on at

    Thank you @Anonymous. It is said though that there's no way to add blur effect in PowerApps. I guess I'll settle with background-gradient then. Thank you once again.

  • Danger47 Profile Picture
    7 on at

    Couldn't use the blur code, but I tried to get an effect using shadow border which was fine for my requirement. Added the following code within the HTML Text element,
    "<div style='margin:190px;width:1px;height:1px;background-color:#;box-shadow:30px 0px 200px 250px #EDEDED; border-radius:px'></div>"


    Experiment with different parameters here to get the desired shadow
    blur effect with border.png

  • HarikaVL Profile Picture
    66 on at

    Hi @kevinpatel @Danger47 ,

    I found this expression which allow you to blur the background to make the text visible.

    $"<div style='background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(10px); border-radius: 8px; width: {Self.Width}px; height: {Self.Height-1}px;'></div>"

    Only problem with this is it is giving a line at right end as shown in image. I have been trying to remove it but no luck. Here is the site that helped.

    HarikaVL_0-1721126935139.png

    As a workaround i made height{self.height+4000} and i am still left with a kind of dot but it works for me. Try for yourself if it helps.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard