Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I have a report which has Month Unit, Month Sales, Qtr Unit, Qtr Sales, Year Unit and Unit Sales.The report has slicers for Month, Qtr and Year.
The measure created for the Month sales is;
Hi @Avivek,
Please confirm if this is your expected output:
Let's say you select month JAN and FEB, year 2014 and no selection for Quarter.
Month Sales = Sales for 2014 JAN + 2014 FEB
Quarter sales = Sales for all 2014 1Q
Year Sales = Sales for all 2014
Is this what you want? If not detail further.
Regards,
Hi @Avivek ,
What about using ALLSELECTED like below:
MONTH SALES =
CALCULATE ( [Sales Amount], ALLSELECTED ( 'Date'[Month Name] ) )
Regards,
WHy not create a date calendar with Year, Quarter and Month as Columns.
Then link your date calendar to you sales table on Date column.
Then create slicers on the Year / Qrtr / Month column of the date table
It saves you the trouble of working with DAX
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
56 | |
56 | |
38 | |
29 |
User | Count |
---|---|
75 | |
62 | |
45 | |
40 | |
39 |