Forum Discussion
Martijnkamps
9 years agoRegular Visitor
Filtered count
Hi everyone, I am new to Power BI and look to solve the following problem: I have a table of strings that looks something like this: Column 1 Column 2 A ...
- 9 years agoDear Dale,
Yes, thank you for your solution! The main problem was with a related table and the data type. It is fixed now.
Thank you and with kind regards,
Martijn
v-jiascu-msft
9 years agoMicrosoft Employee
Hi Martijn Kamps,
Actually there are two ways we can go.
Option 1: Use a measure.
Measure = COUNT ( Table1[Column2] )
Option 2: Add column2 twice, then choose count.
- v-jiascu-msft9 years agoMicrosoft Employee
- Martijnkamps9 years agoRegular VisitorDear Dale,
Yes, thank you for your solution! The main problem was with a related table and the data type. It is fixed now.
Thank you and with kind regards,
Martijn- v-jiascu-msft9 years agoMicrosoft Employee
Hi Martijn,
My pleasure! I am so glad you have solved the problem.
Best Regards!
Dale