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.
Tengo una tabla que contiene 67 filas...
Count_Total_Row_Measure - COUNTROWS(Servicios)
Solved! Go to Solution.
@StuartSmith, creé
Measure = DIVIDE([Count_Rows_Where_No_Measure],[Count_Total_Row_Measure])
Marcado como % tipo y parece dar el número que desea
@StuartSmith , el primero hecho no tiene todos seleccionados
entonces usted debe tratar de
VoWiFi % YESS ? DIVIDE(CALCULATE(COUNTROWS(Services),SEARCH("Yes", Services[VoWIFI],,0)>0), CALCULATE ( COUNT ( 'Services'[VoWIFI] )))
O
VoWiFi % YESS ? DIVIDE(CALCULATE(COUNTROWS(Services),SEARCH("Yes", Services[VoWIFI],,0)>0), CALCULATE ( COUNT ( 'Services'[VoWIFI] ), ALL( 'Services'[VoWIFI])))
VoWiFi % YESS ? DIVIDE(CALCULATE(COUNTROWS(Services),SEARCH("Yes", Services[VoWIFI],,0)>0), CALCULATE ( COUNT ( 'Services'[VoWIFI] ), ALLSELECTED ( 'Services'[VoWIFI])))
¿Puede compartir datos de ejemplo y salida de ejemplo en formato de tabla? O una muestra de pbix después de eliminar datos confidenciales.
Ninguno de los siguientes cambió el resultado.
A continuación encontrará un archivo de ejemplo...
https://www.dropbox.com/s/kwhnnio9q2lceu8/Sample.pbix?dl=0
@StuartSmith, creé
Measure = DIVIDE([Count_Rows_Where_No_Measure],[Count_Total_Row_Measure])
Marcado como % tipo y parece dar el número que desea