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.
i try to increase particular cell value in table,using parameter
but its applied all cell in the column . How to increase a particular cell value in table ?
Hi @rajasekar_o ,
In Power BI, you can’t directly edit a single cell value in a table like you would in Excel. Power BI is a data visualization and business intelligence tool that is designed to work with data models and doesn’t support cell-level editing. However, you can manipulate the data in your source or during the transformation process in Power Query. If you want to increase a particular cell value, you could do this in the original data source or add a conditional column in Power Query to change the value based on certain conditions.
Add a custom column in Power BI Desktop - Power BI | Microsoft Learn
In addition, you can create new calculated column as below in your table.
Tutorial: Create calculated columns in Power BI Desktop - Power BI | Microsoft Learn
Best Regards
if change price value in parameter its applay to all row(lap and mobile) but i want to change lap price value only(for particular item)