Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I have daily snapshots table with snapshot_date, user_id and last_activity_at fields. The pair of user_id and last_activity_at is not unique, due to a number of snapshots can contain the same user_id and last_activity_at. I want to build just a line chart visual with distinct count of users through days. I have the dates table for the X axis, how to create the Y axis measure? Sounds like not something complicated, but I'm new in Power BI, please help.
Thanks.
Solved! Go to Solution.
Hi @IgorChe ,
Please try to create a measure with below dax formula:
Distinct User Count = DISTINCTCOUNT('YourSnapshotTableName'[user_id])
Replace 'YourSnapshotTableName' with the actual name of your daily snapshots table.
Drag your date field from the dates table to the Axis area of the line chart. Then, drag the Distinct User Count measure you just created to the Values area.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @IgorChe ,
Please try to create a measure with below dax formula:
Distinct User Count = DISTINCTCOUNT('YourSnapshotTableName'[user_id])
Replace 'YourSnapshotTableName' with the actual name of your daily snapshots table.
Drag your date field from the dates table to the Axis area of the line chart. Then, drag the Distinct User Count measure you just created to the Values area.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you, v-binbinyu-msft
It's a right answer, I already tried it, but had wrong result because a relationship was broken. I fixed it and everything looks good now.
Thank you!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |