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
callum
Helper II
Helper II

Graphing date against frequency

Hi all,

 

Completely new to Power BI here! I have a table that contains a list of events, each with a date. I'd like to plot a (bar/line) graph with the dates along the x axis and the number of events on that date along the y axis. What's the easiest way to go about doing this?

 

For context, the data is a list of crimes (table name is Crimes, column name is Date). Then there's other columns like street name, crime type, etc.

 

Is it going to involve creating a second table by any chance? e.g. with two columns, Date and NumberOfCrimes. Is this correct or is there a better way? How might I create this table?

 

Thank you!

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

Just pick a different column from your one table, maybe a text column would be good. Create a line chart visual and put your Date as the axis. Put you text column in Values, it should default to Count.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

1 REPLY 1
Greg_Deckler
Community Champion
Community Champion

Just pick a different column from your one table, maybe a text column would be good. Create a line chart visual and put your Date as the axis. Put you text column in Values, it should default to Count.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

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