Forum Discussion
Anonymous
6 years agoNot applicable
Line Chart showing Prior dates
Hi, I'm trying to create a Line Chart to show the Average and also the UCL and LCL. To calculate this, I have the following metric: [No. of Incidents] [Incident_Month_Year] I also have some a...
- 6 years ago
Hi Anonymous
insert your DAX calculation (for Observations Tot Incidents) in this IF statement.
[Observations Tot Incidents] =
IF ( ISBLANK ( [Tot_#_Incidents] ), BLANK (), <DAX for Observations Tot Incidents> )If I answered your question, please mark my post as solution, this will also help others.
Please give Kudos for support.
Anonymous
6 years agoNot applicable
Hi mwegener ,
Yes - aware of the Visual Filter, but would rather make the modications on the Measures.
v-chuncz-msft
6 years agoCommunity Support
Anonymous
You may take a look at the post below and try ISEMPTY if necessary.
https://community.powerbi.com/t5/Desktop/Forecasts-for-year-and-actuals-for-ytd-only/td-p/825702