Forum Discussion
Embedded Power BI Reports does not show complete data
I have a report created with Direct Query with following models and relationship.
(1:* relationship with filter in both direction)
Am able to create a table visual with all rows from both table in Power BI desktop.
But when the same report published to Azure Power BI workspace and emedded into a web application does not show all data.
I can see data only
- if columns are only from TimeTracking
- if TimeStamp column is choosen with Latest or Earliest aggregation
And If show items with no data is chosen, then rows are displayed with empty values as in below screenshots (2)
Can someone help?
V-lianl-msftThe issue resolved after changing Timestamp column datatype from DATETIME2 to DATETIME2(0)
2 Replies
- V-lianl-msftCommunity Support
Hi Sendilnathan ,
This may be caused by both filter direction of 1-*, which is usually filtered from 1 to *.
After trying to change the filtering direction, see if the problem still exists.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly. - SendilnathanNew Member
V-lianl-msftThe issue resolved after changing Timestamp column datatype from DATETIME2 to DATETIME2(0)