Quantcast
Channel: PowerBI Desktop
Viewing all articles
Browse latest Browse all 20

Applying a growth percentage to a measure result

$
0
0
I have a data table that has the following fields:


  • LocationID
  • EventID
  • CountType
  • Date
  • Count

This table shows a list of attendance counts on various dates at different locations and different events.

I already have a measure that calculates the equivalent count last year:


  • CALCULATE(sum('Total Attendance'[Count]),DATEADD('Date Table'[Date],-364,DAY))

I have a table of growth targets that has the following fields:


  • LocationID
  • EventID
  • EventType...

Read more

Viewing all articles
Browse latest Browse all 20

Trending Articles