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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Heena_9980400
Helper IV
Helper IV

Help on creating measure

Hi Experts,

 

I need to create a measure, where I should get a difference between the a and c columns for yesterday, Im just confused about how can we do a difference in calculating the function.

 

Need guidance on this.

 

Thanks & Regards,

Heena Kousar

1 REPLY 1
DOLEARY85
Resident Rockstar
Resident Rockstar

Hi,

 

try a calculated column:

 

Column = CALCULATE(sum('Table)'[A]),DATEADD('Table)'[Date],-1,DAY))/CALCULATE(sum('Table'[C]),DATEADD('Table'[Date],-1,DAY))
 
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.