Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi,
I have a data set which includes answered and unanswered call details.
If i select one user name it will show "0' because that user didnt answer any calls. So, I want to show a card showing that "this user did not answer any calls at this moment".
If the user select that particular user name if filter slicer, card need to be show automatically saying that "this user did not answer any calls."
Solved! Go to Solution.
Measure for your card:
Measure =
VAR NumCalls =
SUM ( Table1[Answered Calls] )
RETURN
IF ( NumCalls = 0; "hasn't answered any calls"; NumCalls )
Hi @cham
You'd have to provide more info on your tables/ data model so that we can get a detailed answer. Can you show a sample?
Hi,
This is the sample data set. If I select user name as "C" in my filter slicer then i want to show a card that showing "he is not answered any calls"
Measure for your card:
Measure =
VAR NumCalls =
SUM ( Table1[Answered Calls] )
RETURN
IF ( NumCalls = 0; "hasn't answered any calls"; NumCalls )
Hi @AlB
I want to know the following thing as well.
After I upload the below excel sheet into power bi it will show an error in the highlighted row.
How can i change the data type in Power BI as dd:hh:mm:ss?( days, hours, minitues and seconds)
If you select the column with the issue and go to the 'Modelling' pane you have 'Data type' and 'Format'. You can see the options for the format there.
Afte I do that its giving errors
Thank You so much
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |