Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
Hello,
I need to create a visulaization that shows the attached, but has one year next to another one, by month. In the attached example, I need it to show Janaury, with one bar on the left being 2019, and one next to it on the right showing 2020. How can I easily do that? Thanks!
Solved! Go to Solution.
@joninmichigan , on way is use month year column
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
Sort month year on month year sort
Another option is two have both year and month on axis and sort by those. and Concatenate label - off
@joninmichigan , on way is use month year column
Month Year = FORMAT([Date],"mmm-yyyy")
Month Year sort = FORMAT([Date],"yyyymm")
Sort month year on month year sort
Another option is two have both year and month on axis and sort by those. and Concatenate label - off
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
71 | |
65 | |
42 | |
42 |
User | Count |
---|---|
49 | |
42 | |
29 | |
28 | |
26 |