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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi All, hope all is well. I am struggling with a strange problem in Power BI and hope that someone can point me into the right direction. In my power BI Desktop application, in the edit query view, as well as in the data model view (the table view I can switch to when working on visualizations) I can see the data, which I cannot see when publishing a report to Power Bi Report Server. In order to debug this info I am using the table visual and I am basically trying to replicate my view from Power Bi Desktop application into Power Bi Report Server report view. In some cases entire rows are missing in Power BI report server view when compared to Power Bi Desktop (it is like looking at the “same” excel sheet in two windows and some rows are basically missing), in others rows are present but certain columns are missing values (not in the case of all rows, just some of them which makes it more bizarre in my opinion, again it is like looking at the row of data in the same excel sheet but one copy is missing values in certain columns). I have removed all of the filters, but it did not help. I also found that in the past it was suggested that wrong relationships may cause that, so I have simplified my model as much as possible to eliminate this. There is only a date relationship left. I also ensured that enabled load is checked. I set to show data with no value. Is there anything obvious I am missing? Your help is greatly appreciated.
Hello,
I wanted to ask if you solved your problem with missing records?
I got the same problem as you, and I think the source of the problem is in calculation of the minutes because I am calculating it as well and something gets converted in a wrong way or something. In my case, I have all the records in the desktop, once its publushed, the records vanish and it looks like my tables with filtered values for the minutes is only the main case.
Thanks in advance.
Kind regards,
Stefani
Make sure you set each column to 'don't summarize'. Also, I like to add a 'count' of one of the columns to the table visualization because table visuals won't show duplicate rows if they exist in the raw data, so checking for a 'count' greater than 1 can help highlight these.
Start by creating 1 table visualization per raw data model table. See if those match up. Then add in the related table columns. You should always start with the 1 side of the relationship, add all those columns first, then add the many side or fact table columns.
Can you provide more info on what you're trying to test/visualize or maybe sample data?
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Yes, I have already added "Don't summarize", forgot to mention that. At this point there is just one table, no relationships. I am also confident that there are no duplicates.
To say more about the data, it is a dump of tickets from Help Desk system. It would look like:
Request ID Reporter Name Summary Time to response Time to resolution
A-1234 First Last name My computer is broken 10m 5h
B-1112 First Last name My phone is broken 10m 5h
B-1113 First Last name My mouse is broken 10m 5h
It has many more columns. There are two main ID types - A and B followed by a number. The two time columns I mentioned above are calculated (converted to minutes from whatever system reports, which seems to be miliseconds, this calculation was done by someone else before I took it over) a few times in the Edit Query view. I can see the data exactly as above in the edit data query view, as well as in the table visual in Power BI desktop app. As soon as I publish the report to Report Server and I look at the same table visual I see some rows fine (all A type records are fine) and some records are missing values (only in time columns) and some rows\records are completely gone. Only records with B type IDs are impacted. A and B are both fed by one system.
Request ID Reporter Name Summary Time to response Time to resolution
A-1234 First Last name My computer is broken 10m 5h
B-1112 First Last name My phone is broken Missing value Missing Value
B-1113 - missing row
I did not want to add more confusion, but I noticed that when I played with data type in the time to response column it made it worse. So in the edit query I convereted this column data to duration (from decimal number), and then asked Power BI to extract minutes. Once again, I got values populated in the edit query view, as well as in the table visual in Power Bi desktop app, but this time when I published the report to report server ALL rows with B ID type were gone (not displayed). No idea what is going on, but seems like something is off with this column (same applies to time to resolution column but we can skip this for now) in B ID type records. I was thinking maybe some mathematical error when converting or so? What is very difficult for me to understand is that I see the data in two views (even three, edit query view, table view in power bi app, table visual in power bi app), and then it is gone in the forth one (report view on a "website").
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 32 | |
| 28 |
| User | Count |
|---|---|
| 129 | |
| 88 | |
| 79 | |
| 68 | |
| 63 |