Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hola, ¿cómo puedo filtrar los datos y mostrar todos los que contienen una "X"?
Saludos Stefan
Las soluciones proporcionadas por arriba son válidas y deberían ayudarlo a lograr el resultado:
Te sugiero que pruebes estos métodos. Si sigues teniendo algún problema o necesitas ayuda para ajustarlo a tu configuración exacta, no dudes en enviarlo y estaremos encantados de ayudarte.
Saludos
Akhil
Podrías usar una medida
Row has X =
// create a temp table of rows that have X is any of the 3 columns
var temptable =
FILTER('Table', 'Table'[Col1] = "X" || 'Table'[Col2] = "X" || 'Table'[Col3] = "X")
RETURN
// then return TRUE if the corresponding row has an item
NOT(ISEMPTY(myset))
//Then on your viual filter rows that are TRUE
Hay varios métodos.
Pruebe estos métodos ...
En Power Query, seleccione la columna Id. de comprobación, Estado y Bereich
A continuación, Transformar > Anular dinamización > Anular dinamización Otras columnas
A continuación, filtre las filas que tienen "X"
Aprenda cómo hacerlo aquí
https://learn.microsoft.com/en-us/power-query/unpivot-column