Forum Discussion
netanel
4 years agoPost Prodigy
Matrix Table
Hey All! I have a number of issues with my matrix table and would love to help 1. I have a table with titles that I do not need, is there a way to delete the titles? (Or another idea to make it...
- 4 years ago
if its currency then try this one.
Net USD average per Day for Budget = VAR result = CALCULATE ( [Net USD average per Day], 'Revenues DB'[Data Source] IN { "Budget 2021" } ) RETURN FORMAT ( result, "$-#0.00" )If its still not works then is it possible for you to share your PBI file after removing sensitive data?
netanel
4 years agoPost Prodigy
Samarth_18
4 years agoCommunity Champion
if its currency then try this one.
Net USD average per Day for Budget =
VAR result =
CALCULATE (
[Net USD average per Day],
'Revenues DB'[Data Source] IN { "Budget 2021" }
)
RETURN
FORMAT ( result, "$-#0.00" )If its still not works then is it possible for you to share your PBI file after removing sensitive data?
- netanel4 years agoPost Prodigy
Hi Samarth_18
Unfortunately it also does not work and I do not have a file I can share, I think maybe the problem is that the empty spaces are zero and not just Blank
Anyway you have helped me a lot so far
I will mark your answer as a solution