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 team,
Kindly share some details on the above request. i need calculate how many days(Count) ... from Go-Live date to Current Date.
kindly check and share
Solved! Go to Solution.
Hi,
I am not sure how your semantic model looks like, or how your expected outcome looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file. It is for creating a new column.
DATEDIFF function (DAX) - DAX | Microsoft Learn
Count days CC =
VAR _currentdate =
TODAY ()
RETURN
DATEDIFF ( data[go_live_date], _currentdate, DAY )
Hi,
I am not sure how your semantic model looks like, or how your expected outcome looks like, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file. It is for creating a new column.
DATEDIFF function (DAX) - DAX | Microsoft Learn
Count days CC =
VAR _currentdate =
TODAY ()
RETURN
DATEDIFF ( data[go_live_date], _currentdate, DAY )
User | Count |
---|---|
12 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
24 | |
14 | |
13 | |
9 | |
7 |