Forum Discussion
Anonymous
4 years agoNot applicable
Filtered value minus 1
Hi everyone I recently got into Power BI and build a simple report. My coding experience is not so good, so please understand if this question is kinda stupid for some peoples here ^^ I did a ...
- 4 years ago
Hi Anonymous
This perhaps?
Alexej =
CALCULATE(
COUNTA('Tabelle1'[Wer hat geputzt?]),
'Tabelle1'[Wer hat geputzt?] IN { "Alexej" }
) - 1Please accept the solution when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
AlB
4 years agoCommunity Champion
Hi Anonymous
This perhaps?
Alexej =
CALCULATE(
COUNTA('Tabelle1'[Wer hat geputzt?]),
'Tabelle1'[Wer hat geputzt?] IN { "Alexej" }
) - 1
|
|
Please accept the solution when done and consider giving a thumbs up if posts are helpful. Contact me privately for support with any larger-scale BI needs, tutoring, etc. |
- Anonymous4 years agoNot applicable
Jup this worked perfectly... Thank you so much ❤️