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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
LelecoLima
Regular Visitor

Custom column Index by other column

Dear friends I am facing some difficults to create a index column that will increment 1 each time the value in another column change. Below sample data:

-The "periods" column is the reference, il will keep growing ordenally like the sample and the index column is the way I wanted dax formula to write the index. Could anyone help me with this?

 

sample.png

1 ACCEPTED SOLUTION

@LelecoLima Please try the following calcualted column

 

Month = MONTH(DATEVALUE(1&"-"&LEFT(Data[Periods],3)&"- 2016"))

 

If Feb is written as fev in the default date settings of your computer, then I am hopeful that this should work

 

 

Month Number.PNG

 

 

View solution in original post

2 REPLIES 2
v-shex-msft
Community Support
Community Support

HI @LelecoLima,

 

Can you please share some sample data for test? I think it will be help for formula coding.

BTW, I'm not so sure if it is possible to nested use related function in rankx formula.

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

@LelecoLima Please try the following calcualted column

 

Month = MONTH(DATEVALUE(1&"-"&LEFT(Data[Periods],3)&"- 2016"))

 

If Feb is written as fev in the default date settings of your computer, then I am hopeful that this should work

 

 

Month Number.PNG

 

 

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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