When we need to replace blank values with 0, use below DAX formula for Measure.
Audit Count = IF (
CALCULATE ( COUNT ( 'Audit Master Data'[Ref.] )) = BLANK (),
0,
CALCULATE ( COUNT ( 'Audit Master Data'[Ref.] ) )
)
Happy Learning !! :)
To show last data refresh on Power BI report follow the below steps. 1. Open Report Query Editor Mode. 2. Clink on Get Data -> Blank...
No comments:
Post a Comment