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
Syndicate_Admin
Administrator
Administrator

Send value from iFrame and filter or display table records

I have a list of students and teachers, but the dashboars are embedded in a web page, from the session I can extract the teacher's code. I want to send this code and receive it in the dashboard so that it only shows you the assigned students. Note: Students and teachers do not have mail or common domain (they have their personal emails), teachers should not see other teachers' students. @iframe, @parámetros, @filtro, @segmentos

1 REPLY 1
v-nuoc-msft
Community Support
Community Support

Hi @Syndicate_Admin

 

It appears that you want to dynamically filter the content of Power BI reports based on instructor codes extracted from a web application session.

 

You can utilize the ability to pass filter parameters via the report URL.

 

This method allows you to dynamically modify the data displayed without exposing the data of other teachers and their students.

 

You can dynamically modify the iframe URL.

 

Append the filter parameter to the report URL in the iFrame.

 

URL?filter=Table/Field eq 'value'

 

 

You can view the link below for more details:

 

Filter a report using query string parameters in the URL - Power BI | Microsoft Learn

 

Regards, 

Nono Chen 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Power BI Monthly Update - May 2024

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