Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi all,
I have a table with a "Due Date" columnd / value. How can I list all records that have passed this date and need to be listed as Overdue?
Solved! Go to Solution.
You could Put all records in a table or get count and apply filter at visual level where DueDate < Current date without explicit DAX.
or
use something like this
Hi @BarryFletcher ,
Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Apologies for the deayed reply but I was away for 2 days.
In my table below the "Due Date" can be unique to each row. At the moment I have 279 rows with a Due Date set - what i would like to be able to report on is the rows which have exceeded their Due Date
You could Put all records in a table or get count and apply filter at visual level where DueDate < Current date without explicit DAX.
or
use something like this
Thank you - I have set this but changed the Due date <UTCTODAY()
Can I set a table based on these results?
hi @BarryFletcher ,
Can I set a table based on these results?
Sorry didn't understand. Please explain.
If you can share screenshot what you have and what you expect, that would help.
It's ok I have a table setup now with a page filter applied as you suggested earlier.
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |