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

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
Syndicate_Admin
Administrator
Administrator

¡Por favor, ayuda! Clasificación por múltiples categorías

Tengo 4 categorías con 3 escenarios diff:

  1. SI los rangos de edad cambian, restablezca la clasificación.
  2. Si faltan fechas, restablezca la clasificación.
  3. si no se aplican otras condiciones, después de 24 meses el ciclo restablece la clasificación.
  4. También tengo segmentación de datos de intervalo de fechas y segmentación de datos de selección de grupo.

    esto es lo que intenté:

RANKX (
CALCULATETABLE (
VALUES ('tbl'[Date] ),
ALLEXCEPT ( 'tblW', 'tbl'[GP], 'tbl'[ID] ),
'tbl'[GP] = _GP
&& 'tbl'[_ID] = _id
&& 'tbl'[AGE] = _AGE,
'tbl'[date] >= start_date && 'tbl'[date] <= end_date // date slicer
),
[Date] ,
,ASC)

GRUPOIDENTIFICACIÓNEDADFECHARANGO
122035-442022061
122035-442022052
122035-442022043
122035-442022034
122035-442022025
122035-442022016
122035-442021091
122035-442021082
122035-442021073
122035-442021064
122035-442021055
122035-442021046
122035-442021037
122035-442021028
122035-442021019
122035-4420201210
122035-4420201111
122018-342020101
122018-342020092
122018-342020083
122018-342020074
122018-342020065
122018-342020056
122018-342020047
122018-342020038
122018-342020029
122018-3420200110
122018-3420191211
122018-3420191112
122018-3420191013
122018-3420190914
122018-3420190815
122018-3420190716
122018-3420190617
122018-3420190518
122018-3420190419
122018-3420190320
1 REPLY 1
Syndicate_Admin
Administrator
Administrator

También probé esto y todavía muestra una clasificación incorrecta por omitir AAAAMM:

RANKX (
CALCULATETABLE (
VALUES ('tbl'[Date] ),
ALLEXCEPT ( 'tblW', 'tbl'[GP], 'tbl'[ID] ),
'tbl'[GP] = _GP
&& 'tbl'[_ID] = _id
&& 'tbl'[AGE] = EARLIER('tbl'[AGE])
&& 'tbl'[Date] = Earlier('tbl'[Date]),
'tbl'[date] >= start_date && 'tbl'[date] <= end_date // date slicer
),
[Date] ,
,ASC)

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

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

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors