I need to compare months in power bi. "How many incidents happened in may versus june". I know how to group up incidents to places but i dont know how to split incidents into months.
Sourcedata: two tables, Place and Incidents
Idea is to query this result directly from database using postreSQL. Then i can pick the months which i want to compare in power bi. But i do not know how to split months into columns. Each month creates a new column. Any suggestions?
Data contains over 100 places, over 10 000 incidents and over 20 months.