Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi I am new to power BI
I have created a flow to update a power BI dataset and then created a report from it.
All has worked well.
My time stamp is shown as: 03/27/20 12:33:46 PM from the microsoft form.
I need to create a todays date to calculate the days elapsed since a responce was last recorded..
Looking at DATEDIFF etc it should be reasonabley easy, but i cant use power bi desktop to make a custom table as its greyed out.
Table on my report below which needs a third colume with the days elapsed
Do i need to sperate the time as the mark as date table is all greyed out as well?
Is there a visual that already exsists for this task?
condtional formating maybe one to highlight x amount of days as bands but i cant in the current format.
Any help would be much appricated.
Richard
Solved! Go to Solution.
Hi @RichardT_78
You can create a measure like
Measure = DATEDIFF( SELECTEDVALUE( table[column] ), TODAY() or NOW(), DAY )
Hi @RichardT_78
You can create a measure like
Measure = DATEDIFF( SELECTEDVALUE( table[column] ), TODAY() or NOW(), DAY )
Perfect and very simple thanks.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 20 | |
| 17 | |
| 12 |
| User | Count |
|---|---|
| 64 | |
| 55 | |
| 42 | |
| 38 | |
| 30 |