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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
Anonymous
Not applicable

Medidor (mayor/menor a)

Hola! Tengo una tabla en que una de sus columnas es una evaluación correspondiente a un número entre 1,0 y 7,0 (similar a la siguiente tabla).

 

FechaRolEvaluación
03-05-2021Administrador6,8
17-06-2021Operador4,2
01-08-2021Supervisor5,4

...

......

09-02-2022

Operador3,8

 

Estoy intentando hacer una visualización de tipo "Medidor" que muestre la cantidad de evaluaciones sobre y bajo 4,0, pero no lo he logrado. Por ejemplo, si tengo 14 evaluaciones y 10 de ellas son sobre 4,0 quiero que se muestre lo siguiente:

 

Captura de Pantalla 2022-02-09 a la(s) 18.18.31.png

Captura de Pantalla 2022-02-09 a la(s) 18.18.55.png

 

 

 

 

 

 

 

Muchas gracias!

1 ACCEPTED SOLUTION

Hi @Anonymous 

Try this, create a slicer and a measure,

Measure = CALCULATE(COUNTROWS('Table'),ALLSELECTED('Table'))

vxiaotang_0-1644996714537.pngvxiaotang_1-1644996729290.png 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

6 REPLIES 6
lbendlin
Super User
Super User

What have you tried so far?

 

lbendlin_0-1644545338797.png

 

Anonymous
Not applicable

Almost everything, of course I'am missing something but I don't know what. I want to use a radial gauge that shows how many of the evalutions are under and over 4.0. Now I have 14 evaluations (numbers between 1.0 and 7.0), 10 of them are over 4.0, so the radial gauge should have a minumun value of 0, a maximun value of 14 (number of evaluations) and the blue area should be at 10 (number of evalutions over 4.0). I don't need to show any needle. Right know I have the minimun value set to 0, the maximun value as a count of the evaluations (in this case is 14, but it could change), and the field "value" empty. I tried to put the "evaluations" column at the "value" field with filters, but I didn't found any that do what I want. Do you know how to do that? Thanks!

the field "value" needs to contain the measure that computes to 10.

Please provide sample data that accurately describes what you want to achieve.

Anonymous
Not applicable

Yes, thanks. My problem is that I don't know how to put that mesure, what I mean is, I put the "evaluations" column in the "value" field and I can choose in the visualization if I want the sum, average, count... of the evaluations are shown (what is shown in the image below), but I have not been able to find the option to put a count of evaluations over 4.0. I attach a table with the data of the example mentioned in the previous comment (14 evaluations, 10 of them over 4.0).

 

Table with data

FechaRolEvaluación
15-04-2021Administrador4,1
24-04-2021Supervisor6,8
03-05-2021Administrador5,3
05-06-2021Operador3,8
17-07-2021Operador7,0
23-08-2021Supervisor2,4
11-10-2021Administrador6,2
30-10-2021Operador5,0
07-11-2021Administrador3,1
19-12-2021Supervisor5,6
27-21-2021Administrador6,2
03-01-2022Operador4,5
03-01-2022Supervisor1,9
06-02-2022Operador6,5

 

Fields

LuluGross_0-1644597320068.png

Filters of the "value" field

LuluGross_1-1644597383093.png

 

Hi @Anonymous 

Try this, create a slicer and a measure,

Measure = CALCULATE(COUNTROWS('Table'),ALLSELECTED('Table'))

vxiaotang_0-1644996714537.pngvxiaotang_1-1644996729290.png 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

Anonymous
Not applicable

Thank you!! That helps me

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

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.