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,
I would like to ask for help.
I have 3 columns: price, date1 and date2
How can I create measure where SUM of price with filter date1 is less that today and filter date2 is not blank.
Thanks.
Solved! Go to Solution.
Hi,
use the below code for creating the Masure :
Appreciate your Kudos and please mark it as a solution if it helps you.
Assuming your table is called "Table":
Measure = CALCULATE(SUM('Table'[Price]),'Table'[Date1]<Today(),NOT ISBLANK('Table'[Date2]))
CALCULATE() allows multiple filters.
Assuming your table is called "Table":
Measure = CALCULATE(SUM('Table'[Price]),'Table'[Date1]<Today(),NOT ISBLANK('Table'[Date2]))
CALCULATE() allows multiple filters.
Hi,
use the below code for creating the Masure :
Appreciate your Kudos and please mark it as a solution if it helps you.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
123 | |
79 | |
49 | |
38 | |
37 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |