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.
I have a working measurethat shows the current MTD revenue that looks like this:
Solved! Go to Solution.
How about continue the pattern you started for the Day level too:
MTD Revenue= CALCULATE(SUM('Sales'[Sales Amount]), 'Date'[Month]=MONTH(TODAY()), 'Date'[Year]=YEAR(TODAY()), 'Date'[Day] <> DAY(TODAY())
If this solution works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@msimmonsmcse , Try with time intelligence and date table
MTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESMTD('Date'[Date]), 'Date'[Date] <Today())
To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :
https://radacad.com/creating-calendar-table-in-power-bi-using-dax-functions
https://www.archerpoint.com/blog/Posts/creating-date-table-power-bi
https://www.sqlbi.com/articles/creating-a-simple-date-table-in-dax/
How about continue the pattern you started for the Day level too:
MTD Revenue= CALCULATE(SUM('Sales'[Sales Amount]), 'Date'[Month]=MONTH(TODAY()), 'Date'[Year]=YEAR(TODAY()), 'Date'[Day] <> DAY(TODAY())
If this solution works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Perfect, thanks!
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |