Forum Discussion
DanSago
1 year agoFrequent Visitor
Profisee Calculated Column
How can I create a calculated column in Profisee called [Day] that displays the weekday name from the existing [Date] column? My Profisee entity has a [Date] column with dates, and I want the [Da...
- 1 year ago
Hi DanSago ,
Thank you for reaching out to Microsoft Fabric Community.
As this is microsoft fabrics forum, i twould suggest raising a ticket in Profisee forum https://support.profisee.com/
If this post helps, then please consider Accepting as solution to help the other members find it more quickly, don't forget to give a "Kudos" – I’d truly appreciate it!
Thank you!!
nilendraFabric
1 year agoSuper User
give it a try
WEEKDAY([Date], 2)
DanSago
1 year agoFrequent Visitor
Same result