Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hello, I tried to find a solution for the following question in the community, but I can't transfer the shown solutions (Please be lenient with a beginner...). I hope there are users here who solve this in seconds:
This measure is ok:
1User = COUNTROWS(FILTER(Rawdata,[NumberOfUser] = 1))
The measure should be expanded like this:
1User = COUNTROWS(FILTER(Rawdata,[ NumberOfUser] = 1 or Table „Rawdata" Row "Workshop“ is not empty))
Thanks for help!
Solved! Go to Solution.
1User = COUNTROWS(FILTER(Rawdata,[ NumberOfUser] = 1 && not(isblank(Rawdata[Workshop])) ))
1User = COUNTROWS(FILTER(Rawdata,[ NumberOfUser] = 1 && not(isblank(Rawdata[Workshop])) ))
Dear amitchandak,
this community is great! 1000 times thanks for the quick reply
User | Count |
---|---|
89 | |
82 | |
51 | |
40 | |
35 |