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.
I have an issue:
I have:
1. IDs (this contains nvarchar ID)
2. Stage (This is the stage of each ID at different dates)
3. Import_Date: This is a date value for all ID.
I want to create a report to have:
2 date filters for Import_Date
A visual to show:
In column A: IDs
In column B: Early Stage only (This should contain only data for the minimum user selected date)
In column C: Later Stage only (This should contain only data for thr maximum user selected Date).
Basically, I want to view only data for the selected dates, not before or after the date.
Example, if a user selects 6/10/2022 and 13/1/2023, the visual will show this pattern.
ID-440 || Stage_7 || Stage_9
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
25 | |
13 | |
12 | |
8 | |
8 |