Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Filter column

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.  

 

Aziza_1-1612189080102.png

Thank you very much, apprecite the help. 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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] )

View solution in original post

3 REPLIES 3
pranit828
Community Champion
Community Champion

Hi @Anonymous 

USE

Measure_count# = CALCULATE(COUNT('table',[resolved opn date]),'table',[resolved opn date] = "#")
Resolved = Measure_count# - count('table',[resolved opn date])




PBI_SuperUser_Rank@1x.png


Hope it resolves your issue? 
Did I answer your question? Mark my post as a solution!

Appreciate your Kudos, Press the thumbs up button!!
Linkedin Profile
amitchandak
Super User
Super User

@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] )

Anonymous
Not applicable

Thank you very much!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.