Forum Discussion
Switch between Currency and Number
- 3 years ago
joshua1990
Sure,
Here is an example file
Hi ,
I would do this with a calculation group:
Expression:selectedmeasure()
Format string expression:
IF(SELECTEDVALUE('Selection for V/C'[value]="Currency", "$ #,##K", selectedmeasureformatstring())
ValtteriN : Thanks a lot! Could you please share the Power BI File as well?
- ValtteriN3 years ago
Community Champion
joshua1990
Sure,
Here is an example file- joshua19903 years ago
Post Prodigy
ValtteriN : Thanks a lot for providing this. It seems like the same column is display once in units and once in dollars, right?
But what I need is something the also multiplies the units into a dollar value. I have a column with units, I have a column with the price per unit and then if needed I have a calculated column with the total dollars (units x price)
- joshua19903 years ago
Post Prodigy
ValtteriN :Thanks for sharing. Is it possible to use the same approach to switch between a Volume and a Dollar column with the indidivudal format? As of now it changing just the format for a single column, right?