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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
lfaltran
New Member

Feature - URL Filter on "Publish to Web Report"

Hi,

I'm using Power BI integrated with my azure database over "azure sql data warehouse" option on PowerBI datasets.

After build some reports and use the "Publish to Web Report" option I've faced a problem and need help for a workaround 🙂

 

Two users access the same URL (over and IFRAME), but, I want to set different filters, after search on PowerBI forums and other websites, it seems to be impossible (as link bellow), only on dashboard share to others PowerBI Pro users.

 

http://community.powerbi.com/t5/Service/How-to-Pass-a-URL-Filter-to-Publish-to-Web-Report/td-p/46376

 

 

What do you think about this?

Any suggestions how to solve this problem in my company?

 

 

Thank you.

1 ACCEPTED SOLUTION

I've finished report creation for each company, this workaround works like a charm 🙂

 

By the way, I've used the same view and aplied REPORT LEVEL FILTERS for Company ID.

 

 

Best regards

 

Luiz Fernando Altran

View solution in original post

4 REPLIES 4
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @lfaltran,

 

"Publish to web" publishes the report to the whole Internet without authentication, so filter seems unnecessary. Maybe there is a workaround. 

1. Create measures with the filter conditions. For instance:

Measure =
CALCULATE (
    MIN ( Table1[Value] ),
    FILTER ( 'Table1', 'Table1'[Week] = "week1" )
)

2. Create different reports for different purposes. Then publish to web.Feature - URL Filter on Publish to Web Report.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

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

Hey Dale, thank you for your answer... I've tried to use this option "measure" that you said but on Power BI Web it doesn't exists.

 

Probably I'll create different reports for each client with filters applied, not sure if a better aproach will be released in short time.

 

By the way, I use exclusive Power BI Web, cause my environment is exclusive Linux platform and Power BI Desktop is not compatible.

 

 

Thank you

Luiz Fernando Altran

Hi @lfaltran,

 

Maybe you missed a powerful tool. We can't create a measure in the Power BI Service by now. There may be a workaround in your scenario. Maybe you could create several views in the database. One person has a report from a special view. But this would be a lot of work to do. 

 

Best Regards!

Dale

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

I've finished report creation for each company, this workaround works like a charm 🙂

 

By the way, I've used the same view and aplied REPORT LEVEL FILTERS for Company ID.

 

 

Best regards

 

Luiz Fernando Altran

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors