From 0a61773b6e92428215b7725a96098b55f1c207d5 Mon Sep 17 00:00:00 2001 From: Myla RamReddy Date: Wed, 10 Jan 2024 09:11:58 +0530 Subject: [PATCH] Update PBI_02_03_DAX_iterator_Functions .md --- Notebooks/PBI_02_03_DAX_iterator_Functions .md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Notebooks/PBI_02_03_DAX_iterator_Functions .md b/Notebooks/PBI_02_03_DAX_iterator_Functions .md index 835a879..cf3d370 100644 --- a/Notebooks/PBI_02_03_DAX_iterator_Functions .md +++ b/Notebooks/PBI_02_03_DAX_iterator_Functions .md @@ -133,7 +133,10 @@ order by deptno - count number of rows when holiday flag is *False* - *Hint*: use below formula inside the measure - - COUNTAX(FILTER(count_understanding,count_understanding[Holiday Flag]=FALSE()),count_understanding[Holiday Flag]) + - COUNTAX(FILTER(count_understanding,count_understanding[Holiday Flag]=FALSE()),count_understanding[Holiday Flag]) +- Try below example +![image](https://github.com/rritec/powerbi/assets/20516321/46b43888-40e8-4396-bf30-dfe9e49fc504) +