Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I am trying to add date column to my report using a live query
I want the Columns as Item, Update date, No of applications.
Row 1 is a calculated field based on which no of applications are distributed.
When I add date it is applied to each no of app column. I do not want that instead just need it as second column.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |