Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. 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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.