Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
How do I create a measure that:
Counts 'Has JobRef on Advert Export?' IF 'Export Adverts.Closing Date' is past today AND 'JobStatus' is ' Open'?
Thanks,
Henry
Solved! Go to Solution.
Try new measure
calculate(count(table[Has JobRef on Advert Export?]),table['Export Adverts.Closing Date']<today() , table[JobStatus]="Open")
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Connect on Linkedin
Try new measure
calculate(count(table[Has JobRef on Advert Export?]),table['Export Adverts.Closing Date']<today() , table[JobStatus]="Open")
Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution.
In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blogs -Decoding Direct Query - Time Intelligence, Winner Coloring on MAP, HR Analytics, Power BI Working with Non-Standard TimeAnd Comparing Data Across Date Ranges
Connect on Linkedin
Hi @HenryJS
try
CALCULATE(Count('Table'[Has JobRef on Advert Export?]), ALL('Table'), 'Table'[Export Adverts.Closing Date] > today(), 'Table'[JobStatus]="Open")
do not hesitate to give a kudo to useful posts and mark solutions as solution
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 57 | |
| 33 | |
| 33 | |
| 18 | |
| 16 |
| User | Count |
|---|---|
| 68 | |
| 67 | |
| 45 | |
| 30 | |
| 28 |