I created an action as set the prominence as primarily display or prominently or display inline. But the action doesn't show in the View Table, It just shows in the Details view. But the same action like this I set for other tables.This detail table this action can show
But the same table but in the view it can not show
In other tables, same action can show
To show the action in the table, the action display must be set as primary and the action expression must target the related row in the related table.
sample:
ANY(SELECT(Table[list], AND(ISNOTBLANK([list]),[Date] = MAX(Select(Table[Date],AND(ISNOTBLANK([list]),[status]="Low"))))))
If the action is doing something with a row basis, it won't show it on the table view as it doesn't know which row to use.
User | Count |
---|---|
19 | |
9 | |
8 | |
6 | |
5 |