Forum Discussion
Anonymous
8 years agoNot applicable
Sales Force Sales Rep/Sales manager integration issues
Hi there, I've started looking at displaying out Sales force data within PowerBi. The two resources Sales force Sales Rep and Sales Force sales Manager )provided on the in-app site are geat, how...
- Anonymous8 years ago
Anonymous,
Use Format() function in DAX instead. There is an example for your reference.Measure = FORMAT(SUM(A[Sales]),"£#,##0;(£#,##0)")
Regards,
Lydia
Anonymous
8 years agoNot applicable
Thanks for the swift response.
So I've started up Power Bi desktop and chose to:
Get Data > Power Bi > Power Bi Datasets >Connect
Chose the Sales force Sales Rep dataset from My workspace
Once the dataset had loaded I then proceeeded to create a test cart showing the "Amount" field from my test data
The amount shows in dolalrs, yet the Formating options on the Modeling tab are greyed out
Please see screenshot
Thanks
Anonymous
8 years agoNot applicable
Anonymous,
Use Format() function in DAX instead. There is an example for your reference.
Measure = FORMAT(SUM(A[Sales]),"£#,##0;(£#,##0)")
Regards,
Lydia