The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
i m doing calcultion btween today date and columns date and used this function and getting error
Duration.Days(DateTime.LocalNow()-[Opreation Date])
any on can help me on this
Solved! Go to Solution.
Duration.Days([Opreation Date]-Date.From(DateTime.LocalNow()))
now its work i used this method and its work
@SkorpionAAM , what is the error you are getting, the other option can be
Duration.Days(DateTime.Date(DateTime.LocalNow())-[Opreation Date])
Hope you are doing it power Query(M) in edit query mode
Duration.Days([Opreation Date]-Date.From(DateTime.LocalNow()))
now its work i used this method and its work
User | Count |
---|---|
82 | |
80 | |
35 | |
32 | |
32 |
User | Count |
---|---|
93 | |
79 | |
62 | |
54 | |
51 |