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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Quang
Frequent Visitor

[Dashboard Page] The Web Content tile does not show the content

Hi 

I am experiencing an issue with the Web Content tile on the dashboard page. The tile content appears empty. When I edit the embed code field, the tile content is displayed. However, after clicking apply, upon reloading the page, the tile content reverts to being empty. This issue happened just a week ago, before that it worked very well. Pls help to solve this issue

 

Thanks

Quang_2-1706514115022.png

 

Quang_1-1706514004543.png

 

2 REPLIES 2
v-yetao1-msft
Community Support
Community Support

Hi  @Quang 

I see a message alert 2 after your embed code, can you click on it? Can you provide your embed code for reference ?

 

Best Regards,
Community Support Team _ Ailsa Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-yetao1-msft , Below is my embed code, Pls help to check. thanks

 

<style>
    html {
        font-family: 'Segoe UI', sans-serif;
        font-size: 13px;
    }

    .btn-link {
        background: rgb(141 141 141);
        color: #fff;
        border-radius: 20px;
        padding: 10px;
        border: 0;
        cursor: pointer;
        margin-right: 10px;
        text-decoration: none;

    }

    .btn-link:hover {
        background: rgb(27, 221, 192);
    }

    .btn-link.active {
        background: rgb(27, 221, 192);
    }

    .nav {
        position: absolute;
        bottom: 20px;
        left: 100px;
    }

    .cover {
        background: url(https://xxxxx.blob.core.windows.net/public-resources/powerbi-dashboard/images/cover1.png);
        width: 100%;
        height: 300px;
        background-position: center center;
        background-size: 80%;
    }

    .logo {
           margin: 20px 40px;
    	width: 200px;
    }
</style>

<div style="height:100px;background:#a5c5c7;">
    <img class='logo'
        src="https://xxxxx.blob.core.windows.net/powerbi-dashboard/images/test-logo.svg" />
</div>
<div class='cover'>

    <div class="nav">
        <a class="btn-link active" target="_blank"
            href="https://app.powerbi.com/">menu 1</a>
        <a class="btn-link" target="_blank"
            href="https://app.powerbi.com">>menu 2</a>
        <a class="btn-link" target="_blank"
            href="https://app.powerbi.com">Renewable
            Energy</a>
        <a class="btn-link" target="_blank"
            href="https://app.powerbi.com/">>menu 3</a>
 <a class="btn-link" target="_blank"
            href="https://app.powerbi.com/">>menu 4</a>
    </div>
</div>

 

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors