Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hello,
I am trying to create a custom index that works off the 'Item' and 'Date'. For Example, I want it to reset each time a item has a matching item and the same date. But add 1 for every time a item & date match.
See below example, for coloum 'Test Index' I have used the following formula, how do I get the coloum to look like 'Desried Outcome' column (I typed manually)
Test Index = COUNTX (
FILTER(Purchasing_Transaction,
EARLIER(Purchasing_Transaction[item]) = Purchasing_Transaction[Item] && Purchasing_Transaction[Date: Container Arrived at Warehouse] = Purchasing_Transaction[Date: Container Arrived at Warehouse] && EARLIER(Purchasing_Transaction[Date: Container Arrived at Warehouse]) >= Purchasing_Transaction[Date: Container Arrived at Warehouse]),Purchasing_Transaction[item])
Table: Purchasing_Transaction
@Daniel29195 @amitchandak @Ritaf1983 @Ahmedx
Solved! Go to Solution.
Thankyou, although I cant see the measure?
this code M in power query
read about GroupKind.Local and apply it to the date
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
86 | |
80 | |
53 | |
39 | |
39 |
User | Count |
---|---|
104 | |
85 | |
47 | |
44 | |
43 |