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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Syndicate_Admin
Administrator
Administrator

Fórmula IF

Estimados todos,

Estoy tratando de obtener "Einzel" si el documento No es menor que 300000 y "Vertrag" si el documento No es mayor que 300'000.
Por el momento solo me sale "Einzel". Mi objetivo al final es usar esta medida als filter.
Gracias de antemano por sus inpouts:

  • Soltero = Si(DISTINCTCOUNT('Orden de servicio'[Documento No])<300000, "Sencillo", "Contrato")

    2022-10-08 20_25_03-NPS Auswertung - Power BI Desktop.png
2 REPLIES 2
Syndicate_Admin
Administrator
Administrator

Gracias @PaulDBrown funcionó a las mil maravillas.

Syndicate_Admin
Administrator
Administrator

Probar:

Einzel =
IF ( SELECTEDVALUE ( 'Service Order'[Document No] ) < 300000, "Einzel", "Vertrag" )

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors