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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
I have a date column and want to show "1/1/1900" as blank in table/Matrix view.
How should is acheive this?
Date |
1/1/1900 |
4/1/2022 |
3/1/2022 |
6/6/2022 |
6/1/2022 |
4/1/2021 |
6/20/2022 |
5/23/2022 |
regards,
Gopi
@Gopinath_iyer
Create Calculate
Date Blank =
IF ( 'Table X'[Date] = MIN ( 'Table X'[Date] ), BLANK (), 'Table X'[Date] )
@Gopinath_iyer if this post helps you so please mark as solutions.THANK YOU!!
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |