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
The report level filter is not case sensitive and i want to create a report level filter which removes users starting with "d" and not "D". How to do it Please reply ASAP. Thanks
Solved! Go to Solution.
Hi @NISH72
You can use unicode and IF.
Then filter according to the new column values.
For example:
Column = If(UNICODE(LEFT(Table[Column],1))=100,1,0)
Hi @NISH72
You can use unicode and IF.
Then filter according to the new column values.
For example:
Column = If(UNICODE(LEFT(Table[Column],1))=100,1,0)
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 38 | |
| 38 | |
| 28 | |
| 27 |
| User | Count |
|---|---|
| 124 | |
| 88 | |
| 73 | |
| 66 | |
| 65 |