Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
76 | |
74 | |
45 | |
31 | |
27 |
User | Count |
---|---|
99 | |
91 | |
51 | |
48 | |
47 |