The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
32 | |
14 | |
10 | |
10 | |
9 |