Forum Discussion
Carlo1975
Helper I
5 years agoline graph from calculated table
Hi, I try to explain my problem. I have a matrix table, where the value are calculated in a new measure. This measure is an amount, but I transform the value in percentage (on the row total). The r...
- 5 years ago
Hi Carlo1975
Create a new measure based on the one you have. Should be something like:
New Measure = DIVIDE ( [CurrentMeasure], CALCULATE ( [CurrentMeasure], ALL ( Table1[Quarter_Contabile_Number] ) ) )Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
AlB
Community Champion
5 years agoHi Carlo1975
Create a new measure based on the one you have. Should be something like:
New Measure =
DIVIDE (
[CurrentMeasure],
CALCULATE ( [CurrentMeasure], ALL ( Table1[Quarter_Contabile_Number] ) )
)
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers