Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
tengo el siguiente problema , cuando se selecciona la opicion de la segmentacion deberia mostrarme el porcentaje en el medidor. Pero me muestra el 100% cuando deberia mostrarme el porcentaje correcto.
he usado la funcion selected value,
How are you sharing can you send a private message with the link?
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português
Can you please share a mockup data or sample of your PBIX file. You can use a onedrive, google drive, we transfer or similar link to upload your files.
If the information is sensitive please share it trough private message.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português@MFelix para el aluminio se ultiliso el calculate("Aluminio")
para que cuente con esa carateristica.
Hi @Takamani2022 ,
Try the following code for the Encuestados
Encuestados= COUNTROWS(ALL(Resultado))
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português
Your measure is
%Aluminio =
var cantidad= [Aluminio]
var total= [Encuestados]
RETURN
divide(cantidad, total)
So the part of [Aluminio] how is it calculated?
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português@NickolajJessen el problema es , cuando se selecione cualquier nombre de la lista del segmentador se deba mostrar el porcentaje y el nombre de la lista que fue seleccionada.
Puede crear un nuevo measure y lo pone encima el porcentaje?
No entiendo por que hace tan complejo 🤔
Puede hacer algo como esto?
Disculeme por mi pobre español 😅
La formula para encuestados fueron asi :Encuestados= COUNTROWS(Resultado),
captura indicador = selected value ( Resultados[Sector homologado (datos)] , "elija la opcion" )
Hi @Takamani2022 ,
And the one for ALUMINIUM?
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português@MFelix los porcentajes lo calcule de esta forma
%Aluminio =
var cantidad= [Aluminio]
var total= [Encuestados]
RETURN
divide(cantidad, total)
Hi @Takamani2022 ,
What I can see is the this measure is also based on another two measures can you share the other two measures formula? Believe that your issues may be related with the Encuestados measure.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Takamani2022 ,
How are you calculating the percentages? Are they measures?
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCheck out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 96 | |
| 70 | |
| 50 | |
| 42 | |
| 40 |