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
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
96 | |
90 | |
81 | |
69 |
User | Count |
---|---|
157 | |
125 | |
116 | |
111 | |
95 |