Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Anyone knows if there is any visualization that can create a bar chart with an x-axis like this?
When I try to drag the 2 columns, 1 does not have date so I just want a total column for it, then I drag another column which can be displayed across months like this.
Target Value Jan Feb Mar Apr May .... Dec
This is how it looks right now, I only want a the dark blue column as a singular column instead of being repeated for every month
Solved! Go to Solution.
Hi @kitala11 ,
First create a column as below:
Total = IF('Table'[Date]=MAXX(ALL('Table'),'Table'[Date]),SUM('Table'[Value]),BLANK())
And you will see:
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Hi @kitala11 ,
First create a column as below:
Total = IF('Table'[Date]=MAXX(ALL('Table'),'Table'[Date]),SUM('Table'[Value]),BLANK())
And you will see:
For the related .pbix file,pls see attached.
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
@kitala11 , In that case, you need add a date in the target table like Year start or year and join that with Date table
You can check this video for date in target table https://www.youtube.com/watch?v=yPQ9UV37LOU
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 52 | |
| 47 | |
| 41 | |
| 38 |