The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
75 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |