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.
Can you please help me with how we can add Multiple formulas to an ITEM Property
1st Formula :
If(_filter="" , <> , Filter(<>, Status.Value =_filter)
2nd Formula :
SortByColumns(<>,"Request_no",Descending)
3rd Formula :
If(varPageNumber=1, FirstN(<>,ddPageSize.SelectedText.Value*varPageNumber),
LastN(FirstN(<>,ddPageSize.SelectedText.Value*varPageNumber), ddPageSize.SelectedText.Value*1));
when I add Semicolon (;) then it gives me an error
'Expected operator. We expect an operator such as +, *, or & at this point in the formula.'
please help me out with this I am stuck for the last 2 days
Hi, @Syndicate_Admin ;
Sorry I can't understand your problems, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.