Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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.
@Anonymous ,
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
72 | |
68 | |
41 | |
35 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
42 |