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.
All,
I need some help cause I am stuck since last Friday.
I have two tables
Table 1
ID | Submission date | # submissions |
1 | 01/01/2022 | 5 |
1 | 01/02/2022 | 7 |
1 | 01/03/2022 | 3 |
Table 2
ID | Date Rate changed |
1 | 01/02/2022 |
I want to see the amount of submissions per Rate changed date till today()
ID | Date Rate changed | # submissions |
1 | 01/02/2022 | 10 |
I am trying to do with Sumarized columns etc, but somewhere my formula is not working
User | Count |
---|---|
83 | |
83 | |
37 | |
34 | |
32 |
User | Count |
---|---|
92 | |
79 | |
62 | |
53 | |
51 |