March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have try to summarise my table by using group in the transform data and create a condition column called check. The conditional column is set at pic1. The result shown in pic2.
In dashboard, I will want to have a count of true and false in a table, and
in the card, I will like to shown if at that week is 6 days true and one day false, then still need to shown false.
Thanks for your help.
(pic1)
(pic2)
(pic3)
Solved! Go to Solution.
Hi @Kim_Sky
Add the "Check" column to Values of the matrix visual and select Count aggregation type for it.
For the card visual, create the following measure and add it to the card. I recommend that you add a Date table to the model which has week column in it. I have attached a sample file at bottom.
Week Check = IF("False" IN VALUES('Sample'[Check]), "False", "True")
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Hi @Kim_Sky
Add the "Check" column to Values of the matrix visual and select Count aggregation type for it.
For the card visual, create the following measure and add it to the card. I recommend that you add a Date table to the model which has week column in it. I have attached a sample file at bottom.
Week Check = IF("False" IN VALUES('Sample'[Check]), "False", "True")
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.
Please provide sanitized sample data that fully covers your issue. I can only help you with meaningful sample data.
Please paste the data into a table in your post or use one of the file services like OneDrive or Google Drive.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided. Screenshots of the expected outcome are ok.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.