Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Could anyone help on this? Thanks.
I have Table Visual as follows
when I convert it a Matrix Visual shown as below, the highlighed row data are missing. I don't have any additional filters applied on the Matrix Visual.
Solved! Go to Solution.
Thanks, Giotto.
When I move [DeviceID] to matrix rows no data missing was observed. I some kind of found the problem cause.
I have defined a measure
Hi,
According to your description, I create a table to test:
Choose a table visual:
Then, choose a matrix visual:
It shows the correct result.
So, for your problem, please move [DeviceID] to matrix rows to check whether it still lose the last row:
And please share your pbix file with me by OneDrive here and remember to remove sensitive data.
Best Regards,
Giotto Zhi
Thanks, Giotto.
When I move [DeviceID] to matrix rows no data missing was observed. I some kind of found the problem cause.
I have defined a measure
| User | Count |
|---|---|
| 23 | |
| 19 | |
| 19 | |
| 17 | |
| 11 |
| User | Count |
|---|---|
| 55 | |
| 54 | |
| 40 | |
| 40 | |
| 30 |