Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Team,
I'm new to power bi, kindly help me out for below requirement.
I have month-year slicer.
If we selected any one of the month, i needed sum of previous month data and current month data in two bars.
we need to group before month in one bar and selected month in one bar.
the final output i need is if we select any month, the bar should be group into two bars one is selected month bar and previous month bar. Please help me if it not works and do let me know the alternative.
Thanks & Regards,
Siva54
@siva54 , if you have date , then you can use time intelligence two get current and prior
MTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESMTD('Date'[Date]))
last MTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESMTD(dateadd('Date'[Date],-1,MONTH)))
Power BI — Month on Month with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-mtd-questions-time-intelligence-3-5-64b0b4a4090e
https://www.youtube.com/watch?v=6LUBbvcxtKA
But if you want more than one month as a legend, then you need an independent table
Need of an Independent Date Table:https://www.youtube.com/watch?v=44fGGmg9fHI
Hi amitchandak,
I need based on selected value of Month text.
For example, if we select may 21 then till may 21 in one bar and May 21 in another bar.
regards,
Siva54
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
12 | |
10 | |
10 | |
6 |