Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi, I am trying to create a filtered column that will filter all the dates into it.
The '#' represents responded and '20/01/2021' represents resolved. I want to have two columns to put on dashboard next to each other with their counts. Please see below.
Thank you very much, apprecite the help.
Solved! Go to Solution.
@Anonymous , Create two new columns like and use that
if([resolved on date] ="#", blank(),[resolved on date] )
if([resolved on date] <>"#", blank(),[resolved on date] )
Hi @Anonymous
USE
Measure_count# = CALCULATE(COUNT('table',[resolved opn date]),'table',[resolved opn date] = "#")Resolved = Measure_count# - count('table',[resolved opn date])
@Anonymous , Create two new columns like and use that
if([resolved on date] ="#", blank(),[resolved on date] )
if([resolved on date] <>"#", blank(),[resolved on date] )
Thank you very much!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 133 | |
| 88 | |
| 85 | |
| 68 | |
| 64 |