Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Buenos días a tod@s,
Tengo la siguiente duda:
Supongamos que tengo un informe genérico para todos los clientes de mi empresa (unos 1000 clientes) en el que se puede ir seleccionando a un cliente u otro en función de un segmentador.
¿Qué debo hacer para que pasando un código único de Power BI me visualice directamente el informe específico para ese cliente?
Muchas gracias de antemano.
Saludos.
Hi @rociosanantolin,
Perhaps you can use RLS with username to filter on that table records. (it required a user mapping table with username and user id)
Solved: RLS with UserName() - Microsoft Power BI Community
In addition, you can also consider setting a filter on the query table based on query parameters, then you can change the parameters to control the result records.
Using the Power BI Service Parameters to change connection strings (To possibly change between Dev
Regards,
Xiaoxin Sheng