The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello All,
Below is the images from both (Power Bi Desktop & Paginated Report). Applied same filter in both tools.
In power Bi Desktop it's taking only single row item by Grouping using 'Qty' or 'Sum of Quantity' but in paginated report its taking unique for all.
Need to take only single row item like in Desktop.
Solved! Go to Solution.
Hi @jay_patel ,
1. Please add Row Group: Row Group -> Group Properties -> Add -> Group on: [Date] & [ID].
2. Modify the formula of [Value]:
=Sum(CInt( Fields!Value.Value))
3. Run.
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jay_patel ,
1. Please add Row Group: Row Group -> Group Properties -> Add -> Group on: [Date] & [ID].
2. Modify the formula of [Value]:
=Sum(CInt( Fields!Value.Value))
3. Run.
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.