Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hello,
I would like to ask for help.
I have a two columns: price and date.
How can I create masure to SUM the prices, where the date is less that today?
Thanks.
Solved! Go to Solution.
@Jozef ,
calculate(Sum(Table[Price]), Filter(Table, Table[Date] < Today()) )
@Jozef ,
calculate(Sum(Table[Price]), Filter(Table, Table[Date] < Today()) )
Hello @amitchandak,
And how can I handle measure if I have one price column and two different dates columns. I want to see sum of prices, where one date is less that today and other date have to be blank value (no date)
Thanks a lot
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
89 | |
88 | |
82 | |
64 | |
49 |
User | Count |
---|---|
125 | |
111 | |
88 | |
69 | |
66 |