Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi I hope you would be fine
.I want to show month wise inventory of data and that is what we have on last date of month.I dont want to sum every day data but only what is in last day of month is needed
Please can any can share me way how to do it please.
Solved! Go to Solution.
@faiqsadiq1 You can do something like:
Measure =
VAR __Max = MAX('Table'[Date])
VAR __EOM = EOMONTH(__Max,0)
VAR __Result = SUMX(FILTER('Table',[Date] = __EOM),[Value])
RETURN
__Result
@Greg_Deckler Thankyou for the solution .It Worked.Sorry for late reply i went sick.
@faiqsadiq1 You can do something like:
Measure =
VAR __Max = MAX('Table'[Date])
VAR __EOM = EOMONTH(__Max,0)
VAR __Result = SUMX(FILTER('Table',[Date] = __EOM),[Value])
RETURN
__Result
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
12 | |
10 | |
8 | |
7 |
User | Count |
---|---|
26 | |
16 | |
12 | |
12 | |
10 |