Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I am trying to count the files till yesterday for the current month so i used the Dax as follows
Solved! Go to Solution.
Hi @Mani_1
You can try using
File Count =
CALCULATE(COUNT('001'[File]),
'001'[Date - Order] <= TODAY() - 1,
'001'[Date - Order] >= DATE(YEAR(TODAY()), MONTH(TODAY()), 1)
)
Thank you
Hope this will help you.
Hi @Mani_1
You can try using
File Count =
CALCULATE(COUNT('001'[File]),
'001'[Date - Order] <= TODAY() - 1,
'001'[Date - Order] >= DATE(YEAR(TODAY()), MONTH(TODAY()), 1)
)
Thank you
Hope this will help you.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
114 | |
104 | |
96 | |
38 | |
30 |