User Profile
darshaningale
Resolver II
Joined 5 years ago
User Widgets
Contributions
Re: Rank based on category column
I have added sample data below. With your measure i am getting below rank in visual. I have added what is required in last column. Rank = RANKX(ALLEXCEPT(Sheet1,Sheet1[Category]),CALCULATE(SUM(Sheet1[Amount])),,DESC,Dense) Category SubCat Amount AAA AAA1 1 AAA AAA1 3 AAA AAA1 4 AAA AAA2 2 AAA AAA2 6 AAA AAA2 7 BBB BBB1 3 BBB BBB1 4 BBB BBB1 5 BBB BBB1 6 BBB BBB1 7 BBB BBB2 8 BBB BBB2 9 BBB BBB2 10 BBB BBB2 11 CCC CCC1 12 CCC CCC2 13 CCC CCC2 14 CCC CCC3 15 CCC CCC3 163.7KViews0likes5CommentsRank based on category column
I have three columns Category , subcategory and Amount column. I am adding category , subcategory and sum of amount column in table. I want to calculate rank (sum of amount column) based on only Category and should not change by addition of subcategory.Solved3.7KViews0likes9CommentsPlot date wise data on a line chart
I have Month on the X axis of a line chart and count on the Yaxis. I am using Date table to plot month on the X axis. The base data has dates in the table. Before June i want to plot months on the X axis. After June i want to plot dates on the same X axis. Please let me know how to perform this.Solved583Views0likes2Comments- 1.4KViews0likes2Comments
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.