Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Sign up nowGet Fabric certified for FREE! Don't miss your chance! Learn more
Hi,
Kindly help me to hide a value(1) which is highlighted i have created si.no using following dax(measure)
Solved! Go to Solution.
Check whether you use right field in HASONEVALUE function. It should work.
Hi @gladies123 ,
Let's take an example:
Measure = IF(ISINSCOPE('Table'[Column1]),1,BLANK())
So you measure may be:
Measure = IF(ISINSCOPE('Table'[the ROW field in matrix]),[your rank measure],BLANK())
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@gladies123 Try this:
si.no= IF(HASONEVALUE(cxsurrender[your_crossed_out_field]),RANKX(ALLSELECTED(cxsurrender[V_RET_RESULT]),CALCULATE(SUM(cxsurrender[Index])),,DESC,Dense),BLANK())
Thanks but it returned blank
Right, for total it returns blank. What should it return?
it returns whole column as blank, 1(value) in the total section has to hide
Check whether you use right field in HASONEVALUE function. It should work.
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 63 | |
| 49 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 122 | |
| 118 | |
| 38 | |
| 36 | |
| 29 |