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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

Add a Calculated index column using DAX

Hello All,

 

How can we create a index calculated column or measure using DAX, like we do in power query.

 

 

Any help.

 

Mohan V

 

1 ACCEPTED SOLUTION

Hi @Anonymous,

What does your data source look like? I create the following sample table and get expected result.

sample tablesample table
I create measure using the formula below.

Index = RANKX(ALL(Test),FIRSTNONBLANK(Test[Project ID],Test[Project ID]),,ASC,Dense)


Then create a table, select the Project ID and measure as the value level, you will get expected result as follows.

2.PNG

Best Regards,
Angelia

View solution in original post

9 REPLIES 9
spuder
Resolver IV
Resolver IV

Hi @Anonymous,

 

have you tried to use the RANKX() function. This calculates a ranking depending on a value. So you should be able to generate an index column with it.

 

Greetings

 

spuder

Anonymous
Not applicable

I tried @spuder... but could find the solution.

 

Any hint that how can i achieve it.

@Anonymouswhat is the sort order of your table and does it has duplicate values in the sorted columns?

Anonymous
Not applicable

@spuder it is ascending and no it dont have any duplicate values.

@Anonymous

 

then it should be working with RANKX()

 

visual.png

Anonymous
Not applicable

@spuder I just tried this.

 

But i got the output which i am not expecting.

Capture.PNG

I would like to get the no of rows that i will be having in that table dynamically,

like in that above image i should get as 1

                                                                2

                                                               3

                                                               4

                                                               5

Values.

Any help

Hi @Anonymous,

What does your data source look like? I create the following sample table and get expected result.

sample tablesample table
I create measure using the formula below.

Index = RANKX(ALL(Test),FIRSTNONBLANK(Test[Project ID],Test[Project ID]),,ASC,Dense)


Then create a table, select the Project ID and measure as the value level, you will get expected result as follows.

2.PNG

Best Regards,
Angelia

You can't rely on RANKX when adding Index as RANKX generates same index for the similar target column values.

OK. But as far as I can see. You don't want to index a source table but a table visual, right? And the table visual does not include all Project IDs, right? Then it won't work that way. Because you always rank against the source table with ALL Project IDs.

 

So I don't see a solution to get this problem working. Sorry. Smiley Sad

Helpful resources

Announcements
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!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.