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, guys.
For the following 1st table, I'm struggling to calculate the measure (DaysWithSales>1000) that gives the number of distinct days that each products' sales, are in total (Sum of lines' Sales) over 1000 (2nd table).
Thanx in Advance!!
Kostas
Solved! Go to Solution.
@kostask , display this measure with product in a visual
Countx(filter(Summarize(Table, Table[product], table[Date], "_sales", sum(Table[Sales])), [_sales]>1000),[product])
@kostask , display this measure with product in a visual
Countx(filter(Summarize(Table, Table[product], table[Date], "_sales", sum(Table[Sales])), [_sales]>1000),[product])
User | Count |
---|---|
27 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
33 | |
14 | |
11 | |
10 | |
8 |