Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Matthew_BR
Frequent Visitor

Show Results in a Single Cell of a Column

Hello everybody,

 

I have a spreadsheet as placed below with item demands. I have an item identification number, the demand for the item, and the demand date.

 

I created the "Total Demand in March" column to add up all the demand for an item in a march, as the demands are separated by dates.

 

However, Power BI puts the result of the sum in all lines, I need to put it in only one, to perform other calculations in other columns involving this result. Could you help me, please? How do I show the result in just one line of the item in the month?

Item IDDemandDemand DateTotal Demand in March
12352023-03-159
12312023-03-209
12312023-03-109
12322023-03-22

9

 

Thank you very much for your help!

 

Matthew_BR

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Matthew_BR , Make sure you are using a measure like

 

calculate( Sum(Table[Demand]), filter( Table , eomonth(Table[Demand date],0)  = date(2023,03,31) ) )

 

Or join with take and use a slicer 

 

http://dataap.org/blog/2019/04/22/difference-between-calculate-with-and-without-filter-expression/

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Matthew_BR , Make sure you are using a measure like

 

calculate( Sum(Table[Demand]), filter( Table , eomonth(Table[Demand date],0)  = date(2023,03,31) ) )

 

Or join with take and use a slicer 

 

http://dataap.org/blog/2019/04/22/difference-between-calculate-with-and-without-filter-expression/

Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.