Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi, I'm new to BI.
Solved! Go to Solution.
Hi @blabla702
The quick and dirty solution is to create resolution year and resolution month calculated columns :
Use these 2 columns as slicers:
And create a column chart with distinctcount aggregation:
The pbix is attached
The most efficient approach is to learn about Star Schema, work with a calendar table, and master DAX.
I've attached links to high-quality learning materials, as it's impossible to summarize the essence of working with the tool in a few sentences within a forum discussion.
Star schema:
https://www.youtube.com/watch?v=7ciFtfi-kQs
The creation of the dim date guide includes the following scripts :
https://radacad.com/create-a-date-dimension-in-power-bi-in-4-steps-step-1-calendar-columns
The dax basics
https://www.youtube.com/watch?v=QJw4HkagVWc
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Wonderfull response and also the project you sent, it's so helpful! I will take the time to look at the tutorials, thank you ❤️
Would it perhaps be possible to calculate the average of the count for the first two people?
And instead of havig the original column name, replace it in 'department average' label?
Thanks in advance!
Hi @blabla702
Unfortunately, I'm having trouble understanding what you're trying to do... Please show the desired result.
Hi again, I would like to add a column that calculates the average closed issue IDs, for all employees.
My question would be if it is possible if it can be done at the BI level instead of Exel..?
Hi,
From what i read, the creation date is of no use. So create a Calendar Table with calculated column formulas for Year, Month name and Month number. Sort the Month name column by the Month number. Create a relationship (Many to One and Single) from the resolution date to the date column of the calendar table. To any vsual, drag Year and Month name from the Calendar table.
Hi @blabla702
The quick and dirty solution is to create resolution year and resolution month calculated columns :
Use these 2 columns as slicers:
And create a column chart with distinctcount aggregation:
The pbix is attached
The most efficient approach is to learn about Star Schema, work with a calendar table, and master DAX.
I've attached links to high-quality learning materials, as it's impossible to summarize the essence of working with the tool in a few sentences within a forum discussion.
Star schema:
https://www.youtube.com/watch?v=7ciFtfi-kQs
The creation of the dim date guide includes the following scripts :
https://radacad.com/create-a-date-dimension-in-power-bi-in-4-steps-step-1-calendar-columns
The dax basics
https://www.youtube.com/watch?v=QJw4HkagVWc
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.