Forum Discussion
How to combine two different STACKED HISTOGRAM
- 5 years ago
Hi TatianaGuihur ,
Please refer to my .pbix file.
If it's useless, please provide sample data and expected output.
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Jihwan_Kim thanks for your reply.
My numbers 2, 1 5,7 all of them are the column FONDS of the table GRH_POSTE_BUDG_COMP
ETP_TIT is also in the table GRH_POST_BUDG_COMP
ETP_Alloué is in the table GRH_TAB_PARAM
I dont know about Dim Tables but I will read about it.
Any other advise?
Hi, TatianaGuihur
If 2,1,5,7 are all in the same column, please try the below logic, or if it is OK with you, please share the sample pbix file, then I can try to have a look into it to come up with a desirable solution.
your measure =
if ( selectedvalue(columnFONDS) = 2, your measure for ETPALLOUE, your measure fore ETPTIT)
Thank you.
Jihwan Kim
If this post helps, then please consider accept it as the solution to help the other members find it more quickly.