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'm new to Power BI and DAX. I'm working on attempting to use a measure using DAX that displays the message "No new registrations in the last 7 days" if there are no new registrations in the last 7 days, but not having much success. The DAX Code I am using is:
I was able to fix the issus using
User | Count |
---|---|
11 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
22 | |
14 | |
14 | |
9 | |
7 |