The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Dear All,
I have this measure for adding currency code in calculations, and as you can see the "currency code" is positioned before numbers. I would like to have the opposite: currency code after numbers.
In summary, instead of "RUB#1275239441.5" i would like "1275239441.5 RUB". How can i adapt my measure to achieve this goal?
Thanks!
Solved! Go to Solution.
Hi @Anonymous ,
You can try to change the position of the two parameters.
For example:
CONCATENATE(CONCATENATE([MTD TGS LC], " "), _ctype)
Best Regards,
Jay
Hi @Anonymous ,
You can try to change the position of the two parameters.
For example:
CONCATENATE(CONCATENATE([MTD TGS LC], " "), _ctype)
Best Regards,
Jay
@Anonymous , You can use isinscope or hasonevalue to switch the grand total measure or format
https://xxlbi.com/blog/new-dax-function-isinscope/
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
User | Count |
---|---|
60 | |
55 | |
53 | |
49 | |
30 |
User | Count |
---|---|
179 | |
87 | |
71 | |
48 | |
46 |