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 September 15. Request your voucher.
Hi Team
i wants to display below result in custom column in matrix
please help me with DAX calulcations
Solved! Go to Solution.
You can use the following DAX to create Custom Column.
Custom Column = IF('Table'[B date]<TODAY(),'Table'[fee],BLANK())
Regards,
Lydia
You can use the following DAX to create Custom Column.
Custom Column = IF('Table'[B date]<TODAY(),'Table'[fee],BLANK())
Regards,
Lydia
User | Count |
---|---|
69 | |
64 | |
62 | |
55 | |
28 |
User | Count |
---|---|
203 | |
82 | |
65 | |
48 | |
38 |