Hi all. I'm trying to find a way how to show in report table of measures with time different periods
Something like this:
I'm planned to calculate each value separately, and then merge it with
union( row(measure1_apil, measure1_may, ..), row(measure2_apil)...)
or just simple table {(), ()} and then add colunms from that table to report table.
But after that any slicer stop working.
Can anybody help me with solution how combine these measures into table with working slicers?
I'd appreciate any help you can give me.
Solved! Go to Solution.
HI @Anonymous,
It sounds like you want to create fully parameterized visualizations. If that is the case, I'd like to suggest you create two attribute tables with measure names and time periods.
Then you can use these fields as rows and columns of a matrix and write a measure with switch function to show different values.
My Favorite DAX Feature: SELECTEDVALUE with SWITCH
Regards,
Xiaoxin Sheng
HI @Anonymous,
It sounds like you want to create fully parameterized visualizations. If that is the case, I'd like to suggest you create two attribute tables with measure names and time periods.
Then you can use these fields as rows and columns of a matrix and write a measure with switch function to show different values.
My Favorite DAX Feature: SELECTEDVALUE with SWITCH
Regards,
Xiaoxin Sheng
Hi @Anonymous
I am not sure what are working slicers...if I understand correctly, you want to show calculation on different gran in one table/matrix. You can have a disconnected column/list to contain your Month (april, may, june) and other gran (last 3 months, last year...etc), then use SWTICH to call different measure
User | Count |
---|---|
129 | |
61 | |
57 | |
54 | |
43 |
User | Count |
---|---|
122 | |
59 | |
59 | |
54 | |
49 |