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.
Hi,
I have the code below which is working. However how I can I add something so the rank ignores blanks?
"
Solved! Go to Solution.
Hi,
It was ranking on the number of tickets.
I added the following and it seems to have worked also.
"
Hi,
Depends on the column where you want to skip the BLANKS but you can add a condition to your VAR newtable :
newtable = filter('Summary Table','Summary Table'[MonthYear]=Currentmonth && 'Summary Table'[Team] = Currentteam)&&NOT( ISBLANK( YourColumn ) ) )
Hope it helps
Hi,
It was ranking on the number of tickets.
I added the following and it seems to have worked also.
"
Good to know, and please don't forget to mark as solved for other members 🙂
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
85 | |
70 | |
68 | |
50 | |
32 |
User | Count |
---|---|
115 | |
100 | |
73 | |
65 | |
40 |