The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
111 | |
80 | |
71 | |
51 | |
50 |
User | Count |
---|---|
128 | |
122 | |
77 | |
64 | |
60 |