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
Please I need help: I want to show that number of products that were relaunched in a particular month. I want to display this on a bar chart with my x-axis as the month-year, with the bar showing the number of products relaunched. There are some products that were not relaunched, and some months where no product was relaunched. Below is a sample Table:
| Product Code | Date | Date Relaunched |
| A1 | 7/1/2020 | |
| B1 | 7/1/2020 | 10/15/2019 |
| C1 | 7/1/2020 | 9/24/2019 |
| A2 | 7/1/2020 | 10/4/2019 |
| B2 | 7/1/2020 | 10/3/2019 |
| C2 | 7/1/2020 | 5/29/2020 |
| A3 | 7/1/2020 | 9/26/2019 |
| B3 | 7/1/2020 | |
| C3 | 7/1/2020 | 5/29/2020 |
| A4 | 7/1/2020 | 9/24/2019 |
| B4 | 7/1/2020 | 6/18/2020 |
| C4 | 7/1/2020 | 6/18/2020 |
| A1 | 8/1/2020 | |
| B1 | 8/1/2020 | |
| C1 | 8/1/2020 | |
| A2 | 8/1/2020 | |
| B2 | 8/1/2020 | |
| C2 | 8/1/2020 | |
| A3 | 8/1/2020 | |
| B3 | 8/1/2020 | |
| C3 | 8/1/2020 | |
| A4 | 8/1/2020 | |
| B4 | 8/1/2020 | |
| C4 | 8/1/2020 |
Solved! Go to Solution.
@yaabandoh Yu can create a measure like below-
Appreciate your kudos!! Please accept this post as solution if it helps.
@yaabandoh Yu can create a measure like below-
Appreciate your kudos!! Please accept this post as solution if it helps.
@yaabandoh Create a date table and make a relationship with the data table.
And use the month column from the date table.
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.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |