This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
rHi all,
I would like to ask for help with following situation:
I have table with Product Number filtered by the project. And for all products I created:
- measure "Questions" which calculate how many questions in checklist are related to that product,
- measure "OK" which calculate how many questions from the checklist was ok and
- measure "Result" which calculate how many % of the question was ok.
And I need to calculate how many products had result 100% for selected project (on the picture below it is measure "100% at first time"). Always when I used some of the Count commands I received wrong numbers...
Any idea how to do this?
Thanks.
P.
Solved! Go to Solution.
Hi,
I am not sure how the Data model looks like, but please try writing a measure something like below.
expected result measure: =
COUNTROWS (
FILTER ( DISTINCT ( 'TableName'[PRODUCT NUMBER] ), [RESULT Measure] = 1 )
)
Hi,
I am not sure how the Data model looks like, but please try writing a measure something like below.
expected result measure: =
COUNTROWS (
FILTER ( DISTINCT ( 'TableName'[PRODUCT NUMBER] ), [RESULT Measure] = 1 )
)
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 32 | |
| 26 | |
| 23 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 64 | |
| 41 | |
| 27 | |
| 22 | |
| 22 |