Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
i'd create an index column with like this:
Do you have a solution ?
Bal
Column = VAR _Item = Table1[Item] VAR _Day = Table1[Day] RETURN CALCULATE(COUNT(Table1[Item]), FILTER(Table1, Table1[Day] <= _Day && Table1[Item] = _Item ))
Add a column like this.
Quick tip : to get quicker answers, post your data instead of a picture of the data
Hi,
i have to add a column like "index" based on the count of date and the different id_report.
User | Count |
---|---|
25 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
27 | |
12 | |
12 | |
10 | |
6 |