Forum Discussion
Paginated Reports - Expression debugging method
hello,
I am quite new at working with Paginated Reports (but quite experienced in PowerBI/DAX/SQL/Python). Once I create my dataset (in Report Builder) I am ready to add different elements to it. As an example I am adding a Text box, and I want to associate an Expression to what this textbox should display. For simple expressions is not too bad, but for more complex... not so obvious since all this is in VisualBasic.
Is there a way I can use Visual Studio, or any other interface to connect to my dataset and then build / debug my expression?
many thanks for pointing me in the right direction
Anca
Hi Anonymous ,
Based on your description, try to do this in Visual Studio using the XMLA endpoint.
Refer to the related solution below.Solved: Re: Developing Paginated reports from Visual Studi... - Microsoft Power BI Community
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
2 Replies
- v-henryk-mstfCommunity Support
Hi Anonymous ,
Based on your description, try to do this in Visual Studio using the XMLA endpoint.
Refer to the related solution below.Solved: Re: Developing Paginated reports from Visual Studi... - Microsoft Power BI Community
If the problem is still not resolved, please provide detailed error information and let me know immediately. Looking forward to your reply.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- AnonymousNot applicable
thank you very much!!!