- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Cree una medida que ignore una segmentación de páginas
Hola
Tengo una medida creada que está funcionando. Sin embargo, necesito actualizarlo para que ignore una de las segmentaciones de datos que tengo en la página.
Aquí está mi medida creada:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

No @AW1976NOVA,
Por favor, pruebe el siguiente meaure:
YoY Admits =
(
DIVIDE (
CALCULATE (
DISTINCTCOUNT ( ClaimData[ClaimID] ),
FILTER (
ClaimData,
ClaimData[FacilityCat] = "Facility"
&& ClaimData[FlagAdmission] = "Y"
&& ClaimData[Product] = "Medical"
),
PlanYear[PlanYearStatus] = "Current",
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
),
CALCULATE (
SUM ( MemberMonths[TotalMembers] ),
PlanYear[PlanYearStatus] = "Current",
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
)
) * 1000
* CALCULATE (
DISTINCTCOUNT ( MemberMonths[MonthStart] ),
FILTER ( PlanYear, PlanYear[PlanYearStatus] = "Current" ),
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
)
)
- (
DIVIDE (
CALCULATE (
DISTINCTCOUNT ( ClaimData[ClaimID] ),
FILTER (
ClaimData,
ClaimData[FacilityCat] = "Facility"
&& ClaimData[FlagAdmission] = "Y"
&& ClaimData[Product] = "Medical"
),
PlanYear[PlanYearStatus] = "Prior",
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
),
CALCULATE (
SUM ( MemberMonths[TotalMembers] ),
PlanYear[PlanYearStatus] = "Prior",
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
)
) * 1000
* CALCULATE (
DISTINCTCOUNT ( MemberMonths[MonthStart] ),
FILTER ( PlanYear, PlanYear[PlanYearStatus] = "Prior" ),
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
)
)
Si esta publicación ayuda, considere Aceptarla como la solución para ayudar a los demás miembros a encontrarla más rápidamente.
Saludos
Dedmon Dai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

No @AW1976NOVA,
Por favor, pruebe el siguiente meaure:
YoY Admits =
(
DIVIDE (
CALCULATE (
DISTINCTCOUNT ( ClaimData[ClaimID] ),
FILTER (
ClaimData,
ClaimData[FacilityCat] = "Facility"
&& ClaimData[FlagAdmission] = "Y"
&& ClaimData[Product] = "Medical"
),
PlanYear[PlanYearStatus] = "Current",
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
),
CALCULATE (
SUM ( MemberMonths[TotalMembers] ),
PlanYear[PlanYearStatus] = "Current",
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
)
) * 1000
* CALCULATE (
DISTINCTCOUNT ( MemberMonths[MonthStart] ),
FILTER ( PlanYear, PlanYear[PlanYearStatus] = "Current" ),
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
)
)
- (
DIVIDE (
CALCULATE (
DISTINCTCOUNT ( ClaimData[ClaimID] ),
FILTER (
ClaimData,
ClaimData[FacilityCat] = "Facility"
&& ClaimData[FlagAdmission] = "Y"
&& ClaimData[Product] = "Medical"
),
PlanYear[PlanYearStatus] = "Prior",
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
),
CALCULATE (
SUM ( MemberMonths[TotalMembers] ),
PlanYear[PlanYearStatus] = "Prior",
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
)
) * 1000
* CALCULATE (
DISTINCTCOUNT ( MemberMonths[MonthStart] ),
FILTER ( PlanYear, PlanYear[PlanYearStatus] = "Prior" ),
REMOVEFILTERS ( 'PlanYear'[PlanYear] )
)
)
Si esta publicación ayuda, considere Aceptarla como la solución para ayudar a los demás miembros a encontrarla más rápidamente.
Saludos
Dedmon Dai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

@AW1976NOVA , Intente agregar removefilter( 'PlanYear'[PlanYear])
utilizado en https://www.linkedin.com/pulse/five-recent-power-bi-functions-you-should-use-more-often-amit-chandak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

No estoy seguro de dónde agregar la función RemoveFilter a mi medida. ¿Cómo puedo agregar la función RemoveFilter mientras mantengo mis filtros existentes en su lugar? Escribirlo en DAX es un poco confuso.

Helpful resources
Join us at the Microsoft Fabric Community Conference
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Power BI Monthly Update - February 2025
Check out the February 2025 Power BI update to learn about new features.

Subject | Author | Posted | |
---|---|---|---|
03-10-2024 11:19 PM | |||
06-06-2024 08:07 PM | |||
07-17-2024 02:29 PM | |||
07-18-2024 01:28 PM | |||
10-09-2023 08:41 AM |
User | Count |
---|---|
1 | |
1 | |
1 | |
1 |