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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Visual to track changes in text and new additions over time based on unique identifier number

Hi all, I need some help in coming up with a way to visualize changes / new additions to a dataset.

 

Currently, the data contains information from different months and the intention is to create the visual with data sustainability in mind whereby i can simply add in additional rows of data for future months and simply refresh the data on PowerBI.

 

Here is a sample dataset:

IdentifierMonthAccount NoCode
1Jan1000AA
2Jan3000BB
1Feb1000AB
2Feb3001BB
3Feb4000CC
2Mar3001BB
3Mar4000CC

Identifier: unique identifer code for each entity

Month: Month of entry for data

Account No: account number of entity that may change across months

Code: code number of entity that may change across months

 

The idea is to create visual that allows me to 

- identify changes to the identifier list (#3 was added in Feb and #1 was removed in Mar)

- identify changes in Account No / Code (#2 had a change in account No for Feb and #1 had a change in code for Mar)

 

I was thinking of creating two pages in Power BI:

- the first page being a general overview showing a high level overview of the number of changes over months

- the second page being a detailed overview where i can easily filter and see which entities had changes across which months and who are the new additions to the data

 

Any tips / tutorials / guidance is much appreciated. Thank you!

1 REPLY 1
Anonymous
Not applicable

Hi @Anonymous ,

Please try the following methods and check if they can solve your problem:

For the first page
1.Try to create a column that flag changes.

2.Create a line chart with the X-axis representing months and the Y-axis showing the count of Identifier, the changes as legend.

 

For the second page

1.Create the calculated columns to identify changes in Account or code for each identifier.

2.Use a matrix visual with identifier and month as rows and account, code as values.

3.Add slicers to select specific months and see entities had changes.

 

Best Regards,

Wisdom Wu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

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