Forum Discussion
Rank
Anonymous,
It is a column in the new table, you would need to firstly create a summarized table using DAX below.
Table = SUMMARIZE(Table1,Table1[Measure[MeasureId]]],"NewEarning",[Earnings])
Regards,
Lydia
Thanks Lydia for your response !!
I want to create as as Measure and not column so that It can be calculated in runtime considering slicers.
- Anonymous8 years agoNot applicable
Anonymous,
What field would you like to create slicer?
Regards,
Lydia- Anonymous8 years agoNot applicable
I mean to say as per Slicers Year, Client, the number of rows coming from table may vary. so for example if I select Client = 23 and Year = 2018 from slicer then, there could be only 5 'Measure'[MeasureId] may return whereas if I select Client=24 and Year=2017 then say may be 4 rows with 'Measure'[MeasureID] will return. And that's why I want to create Measure instead of column.
- Anonymous8 years agoNot applicable
Anonymous,
It seems that the table 'Measure'[MeasureID] locates in is dynamic, I doubt if it is possible to create a rank measure in this case. Could you please share sample data of the table that includes year and client fields?
Regards,
Lydia