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 Good day
Can anyone, pls need help how can can dislay in Visual Card the current %Daily Plan and %Actual Plan.
%Daily Plan - Measure
%Actual Plan - Measure
Date - Date Table.
Thank you
Solved! Go to Solution.
Hi @AllanBerces
Just take same table but write a column dax for Today() function.
Today= if('Test1'[Date]=TODAY(),"Today",""&Test1[Date])
and take this column value in visual filter and select only today.
I hpe this would resolved you issue.
Hi @AllanBerces
Just take same table but write a column dax for Today() function.
Today= if('Test1'[Date]=TODAY(),"Today",""&Test1[Date])
and take this column value in visual filter and select only today.
I hpe this would resolved you issue.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
91 | |
90 | |
83 | |
73 | |
49 |
User | Count |
---|---|
167 | |
149 | |
98 | |
73 | |
57 |