The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
How would I write out a sum where its greater than 2 dates please?
Sum app_value where app_date > 2017/01/01 && comp_date > 2017/08/01
Solved! Go to Solution.
@M_SBS_6 , a new measure
Sumx( Filter(Table, [app_date] > Date(2017,01,01) && [comp_date] > Date(2017,08,01) ), [app_value] )
User | Count |
---|---|
82 | |
81 | |
36 | |
32 | |
32 |
User | Count |
---|---|
92 | |
79 | |
62 | |
53 | |
51 |