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.
Hello All,
I am looking for a dax, where I want to calculate Sales Amount for Current Financial Year Only. And while I am selecting Previous Financial Year using slicer , it won't affect Values which i am displaying for current financial year.
Thanks in advance.
Solved! Go to Solution.
@sarjensystems1 , Assume you have a date table with FY
Meausre =
var _FY = maxx(filter(Date, Date[Date] =Today() ), [FY] )
return
calculate(Sum(Table[Value]), filter(all(Date), Date[FY] = _FY))
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 :radacad sqlbi My Video Series Appreciate your Kudos.
@sarjensystems1 , Assume you have a date table with FY
Meausre =
var _FY = maxx(filter(Date, Date[Date] =Today() ), [FY] )
return
calculate(Sum(Table[Value]), filter(all(Date), Date[FY] = _FY))
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 :radacad sqlbi My Video Series Appreciate your Kudos.
Hi @amitchandak
I am already using another measure in which i am multiplying Sales Amount With Currency Rates.
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 |
---|---|
143 | |
75 | |
64 | |
52 | |
47 |
User | Count |
---|---|
218 | |
87 | |
71 | |
63 | |
60 |