We're giving away 30 tickets for FREE! Share your story, your vision, or your hustle and tell us why YOU deserve a ticket.
Apply nowWin a FREE 3 Day Ticket to FabCon Vienna. Apply now
I had a year, month slicer. I need to show values(Measure) till the selected month in a matrix. If April 2022 is selected, the matrix should show values from 2022 Jan to April in the matrix.
Measure =
IF (HASONEVALUE ( Data[Category] ),
IF (
SELECTEDVALUE ( Data[Category] ) IN { "Phones", "Watches", "Shoes" },
AVERAGE ( Data[value] ),
SUM ( Data[value] )
))
Hi
Month name - Text(data type )
Rows - category
Columns - Month name, site
Values - Measure
hi @Prabha45
try like:
this is supposed to work with a date column.
Thanks. but, I don't have a date column. Only year,quarter,month are available.
hi @Prabha45
month in which format? month name or month number?
what rows and columns do you have the mentioned matrix?
Hi
Month name - Text( datatype)
Rows - Category
Columns - Month, Site
Values - Measure
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |