Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Hi All,
I am new to Power BI and have requirment to pull cost of a product name by dates, how much it was increased/Decreased each day.
Ex : Reliance(Name) cost was 9.64 on 01/09/2023 and on 01/10/2023 cost was 10. Now i need to display cost difference as .36 cost on 01/10/2023 date visual,similarly for other Names.
Can any one please guide me how can i achieve this, and best visual to present the above. Thanks in advance.
Thanks for the response @amitchandak ,
When i try with above query getting an error as
The MAX function only accepts a column reference as an argument.
Can you help me out please, Table[Price] here default cost from table is not popping up.
@Rajesh_Konda , Try a measure like
calculate(lastnonblankvalue(Table[Date], Table[Price]), filter(allselected(Table) , Table[Name] = max(Table[Name]) && Table[Date] <= max(Table[Date])))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!