Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
74 | |
69 | |
47 | |
41 |
User | Count |
---|---|
63 | |
42 | |
30 | |
29 | |
28 |