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.
Hello All,
I have data , where i have Due days. i want to create a measure that only show me days which is >=1 .
@sandee
If you need a measure to count the record then:
Logic =
COUNTROWS(
FILTER(
'Table Aging,
Table Aging'[Days Due] >1
)
)
otherwise click on New Table in the modeling tab and paste
Logic Table =
FILTER(
'Table Aging,
Table Aging'[Days Due] >1
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Thank u Fowmy, it worked , but i got the complete table, what if i want one column only "Due Days >=1. should i use Value and Filter?
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
7 | |
7 |