Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

221
Vistas
Power BI Embedded : Cant doCross Filtering selecting multiple rows on a table visual pressing CTRL

Hello I have the following problem:

We have embedded different visuals from a PBIX file onto a asp.net core razor view.

We have achieved that when a user clicks on a row in a table visual, detect the item and corssfilter the other embedded visuals as the user clicks.

On the Power BI environment you can do the same, but by pressing the CTRL key, you can select multiple rows and then it will filter the whole visuals on that page.

As we achieved the crossfiltering selecting just one we thought it would do the same by pressing CTRL, the problem is that PowerBI Embedded visual is not detecting the CTRL key and it is not actually detecting that we are selecting more than one row and it changes the whole filters to the first selected row.

We are detecting via JS the CTRL key

enter image description here

After we click in more than one row or item, the event is lost and we can't get the list that the user was selecting:

enter image description here

We have tried the following without results:

a)

document.addEventListener('keydown', function(event) {
console.log(event.key);
}, false);

b)

document.addEventListener('keydown', prueba);

function prueba(e) {
console.log(e.KeyCode);
}

c)

Code 1

$("#Tb3").keypress(function() {
console.log( "Handler for .keypress() called." );
});

d)

Code 2

e)

$(document).bind("keyup keydown", function(e){
console.log(e);
});

Do you have any suggestion to help us achieve our goal?

about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda