The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have a table which shows the values based on a measure as a filter,
Solved! Go to Solution.
Hi @Avivek ,
Since the card only shows one value that is always aggregated, we cannot add filtering criteria based on this aggregated value. Even by changing the table visual to a card visual, the filter added to the card visual cannot be changed, and the corresponding value will change accordingly with the slicer.
change to card visual
When the specified field under the Visual level filters pane contains multiple values, we can set the filter conditions through advanced filtering.
If the problem is still not resolved, please provide the appropriate screenshot information to show your desired results so that I can understand your needs.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Avivek ,
Since the card only shows one value that is always aggregated, we cannot add filtering criteria based on this aggregated value. Even by changing the table visual to a card visual, the filter added to the card visual cannot be changed, and the corresponding value will change accordingly with the slicer.
change to card visual
When the specified field under the Visual level filters pane contains multiple values, we can set the filter conditions through advanced filtering.
If the problem is still not resolved, please provide the appropriate screenshot information to show your desired results so that I can understand your needs.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Avivek , This will work at grand total level, May be you need force row context using addcolumns and summarize
example. column and column1 are group by of table visual
sumx(addcolumns( summarize(Table, Table[Column], Table[Column2), "_1", IF([From Sales Amount]+[To Year Sales]+[YOY Sales Growth details %]=0,0,[Sales amount]) ) ,[_1] )
Thankyou @amitchandak , but I did not understand context of tables and columns in th eabove given measure.
When I said table I meant table visual and by column i meant the column from a fact table.