Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello,
I need to calculate someting like
plannedDayQty = CALCULATE(COUNTROWS(day);SEARCH("2";day[weekPlan];;0))
Solved! Go to Solution.
Hi @Giancarlo,
Try this one, please.
plannedDayQty = VAR selected = SELECTEDVALUE ( 'calendar'[DayOfWeekNumber] ) RETURN CALCULATE ( COUNTROWS ( day ); SEARCH ( selected; day[weekPlan];; 0 ) )
Best Regards,
Ciao Giancarlo
If understand correctly you have to make the "2" in the SEARCH dynamic?
If so create a table with your values, put that in a slicer and use SELECTEDVALUE(Yourtableslicer[column]) in place of the 2.
unless i haven't understood ...
Thanks but...
A 'SELECTEDVALUE' function was used in a True / False expression used as a table filter expression. This is not allowed.
I used
Hi @Giancarlo,
Try this one, please.
plannedDayQty = VAR selected = SELECTEDVALUE ( 'calendar'[DayOfWeekNumber] ) RETURN CALCULATE ( COUNTROWS ( day ); SEARCH ( selected; day[weekPlan];; 0 ) )
Best Regards,
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 90 | |
| 78 | |
| 66 | |
| 65 |