Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Greetings. I have a data set which shows two differnt types of invoice submissions (via email and via online tool). I am trying to limit the display to the users that submitted invoices via both methods for the period of data. I am able to display unique counts of each submission type by column, but I want to only display the reduced rows of users that submitted via both methods.
Solved! Go to Solution.
Hello @Anonymous
You could write a measure to use as a filter.
Filter = [AP INVOICE] * [E-INVOICE]
On any line where one of the values is a 0 this will return 0. Then you apply that measure as a filter on the visual or page an set it to 'is not 0'
Hi @Anonymous ,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please share some data sample which could reproduce your scenario and your desired output so that we could help further on it.
Best Regards,
Cherry
Hello @Anonymous
You could write a measure to use as a filter.
Filter = [AP INVOICE] * [E-INVOICE]
On any line where one of the values is a 0 this will return 0. Then you apply that measure as a filter on the visual or page an set it to 'is not 0'
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 153 | |
| 130 | |
| 111 | |
| 79 | |
| 54 |