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 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 |
---|---|
11 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
23 | |
14 | |
14 | |
9 | |
7 |