Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi, I know that this is basic but I don't use dax that often and I am stuck, I need to get distinct count of dates for every store_id. In first column, I have all the dates and 2nd column Store_id.
When i use the following i get only distinct dates
Day Count:=DISTINCTCOUNT(Table_Query_from_td_prd_qd5[scan_dt])
Please help
Z
Solved! Go to Solution.
Hi @zibster
If I've understood correctly what you need, your measure is fine. You just need to place it in a matrix visual to see the result for every store. Try this:
1. Place a matrix visual in your report and set the column Table_Query_from_td_prd_qd5[Store_id] in the rows of the matrix
2. Set the measure whose code you already show in values of the matrix visual:
Day Count = DISTINCTCOUNT(Table_Query_from_td_prd_qd5[scan_dt])
Hi @zibster
If I've understood correctly what you need, your measure is fine. You just need to place it in a matrix visual to see the result for every store. Try this:
1. Place a matrix visual in your report and set the column Table_Query_from_td_prd_qd5[Store_id] in the rows of the matrix
2. Set the measure whose code you already show in values of the matrix visual:
Day Count = DISTINCTCOUNT(Table_Query_from_td_prd_qd5[scan_dt])
Thanks that woks !!!!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |