Client wanted some cosmetic changes to the SSRS version of the Payables HATB report. I downloaded the rdl into VS 2019. When I try to preview the report I get the message in the screenshot below. When I look at the properties of the dataset for PsPrmVendorName I see this html code which apparently no longer works under VS 2019. Is there any replacement for this html code or a newer versions of this report?
<SemanticQuery xmlns="">schemas.microsoft.com/.../semanticmodeling" xmlns:xsd="">www.w3.org/.../XMLSchema" xmlns:xsi="">www.w3.org/.../XMLSchema-instance" xmlns:qd="">schemas.microsoft.com/.../semanticquerydesign" xmlns:rb="">schemas.microsoft.com/.../reportbuilder">
<Hierarchies>
<Hierarchy>
<BaseEntity>
<!--Vendor-->
<EntityID>G16b3a461-8eb9-4783-8b17-b0efab44ca81</EntityID>
</BaseEntity>
<Groupings>
<Grouping Name="Vendor">
<Expression Name="Vendor">
<EntityRef>
<!--Vendor-->
<EntityID>G16b3a461-8eb9-4783-8b17-b0efab44ca81</EntityID>
</EntityRef>
</Expression>
<Details>
<Expression Name="Vendor Name">
<AttributeRef>
<!--Vendor Name-->
<AttributeID>Gf6c63172-41cf-4b82-851b-3bb3d80f1c8f</AttributeID>
</AttributeRef>
</Expression>
</Details>
</Grouping>
</Groupings>
</Hierarchy>
</Hierarchies>
</SemanticQuery>