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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
KW123
Helper V
Helper V

Visual with Changing data each month

Hi!

I need to build a table?? matrix?? that involves displaying each month in a singular visual. 

Each month there is a new ranking of names depending on how much $ sold.  I can't seem to figure out how to display each Month with changing names. I have tried a matrix, the problem is that the rows need to be in the values field as each month the rank will change.  (There are about 50 or so names each month, this is a small scale example)

Below is an example: 

 Month   Placing   Name   $  Sold   Month   Placing   Name   $  Sold   Month   Placing   Name    $ Solc  
January   1Bob100February   1Sally200March   1Joan187
January   2Sally75February   2Sam156March   2Travis178
January   3John50February   3Bob134March   3Sally154
January   4Joan48February   4Joan123March   4Sam134
January   5Travis30February   5John100March   5Bob125
January   6Sam10February   6Travis56March   6John110



Any input would be appreciated!

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

You cannot guarantee that the number of names is the same across months. A  table visual is more appropriate.

 

No need to rank, you can sort by month ascending and then by sum descending,

 

lbendlin_0-1725580049495.png

 

Or you can create a calculated column for the rank and then use a matrix visual

 

lbendlin_1-1725580514057.png

 

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

You cannot guarantee that the number of names is the same across months. A  table visual is more appropriate.

 

No need to rank, you can sort by month ascending and then by sum descending,

 

lbendlin_0-1725580049495.png

 

Or you can create a calculated column for the rank and then use a matrix visual

 

lbendlin_1-1725580514057.png

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors