Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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 |
---|---|
115 | |
95 | |
87 | |
76 | |
65 |
User | Count |
---|---|
138 | |
113 | |
110 | |
98 | |
93 |