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,
I have this chart with moving average. I dont want to see 4th and 5th day because theres no data (theres more date without data, 4th and 5th is for example). I have no clue what to do.
Its from calculated measure from two tables:
Table1: date, hours1
Table2: date, hours2
(In those tables arent days with null or blank spaces.)
calculated measure: Produtivität = hours1/hours2
Moving average % =
Solved! Go to Solution.
Moving average % =IF( [Produktivität],
Moving average % =IF( [Produktivität],
Works! Thank you!
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |