Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Dear team,
I would seek supporting from team. I have slicer 1. AMT, 2. HL and 3. Unit
I set DailyAct as number and i did DAX to compute Sale based slicer. However, when select Amt (format as currency) the data was not showed in bar chat. the flow stated below:
-Data type of DailyAct is number
1. DAX
2. Select Unit, the data was showed in bar chart
3. Select AMT, the das was not showed in bar chart
I am facing in number 3; therefore, I would like to seek for solution from team.
Thanks
Aynar
Solved! Go to Solution.
@Anonymous
I hope this can help
Hi @Anonymous
FORMAT Function returns text data type which of course cannot be plotted on a chart. Try using CONVERT function
CONVERT ( your dax calculate formula, CURRENCY )
Dear @tamerj1 ,
Thanks you so much it works. But I aim bart chart show value with USD Jan-$5140... when select AMT and other jus show value without USD when select HL and Unit.
I am appricated for your prompt help.
Thanks,
Aynar
User | Count |
---|---|
15 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |