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 everyone,
The dax below gives me the number of subscribers that have optin to our marketing campaings by email.
Solved! Go to Solution.
@ROG , Assuming you are using date table
measures
week =
averagex(Values('Date'[Week Year]), [base check])
Month =
averagex(Values('Date'[Month Year]), [base check])
@ROG , Assuming you are using date table
measures
week =
averagex(Values('Date'[Week Year]), [base check])
Month =
averagex(Values('Date'[Month Year]), [base check])
User | Count |
---|---|
26 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
28 | |
13 | |
12 | |
12 | |
6 |